In a RGB color space, #ffff6a hex color is composed of 100% red, 100% green and 41.6% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 58.4% yellow and 0% black. It has a hue angle of 60 degrees, a saturation of 100% and a lightness of 70.8%. #ffff6a color hex could be obtained by blending #ffffd4 with #ffff00. Closest websafe color is: #ffff66.
The hexadecimal color #ffff6a has RGB values of R:255, G:255, B:106 and CMYK values of C:0, M:0, Y:0.58, K:0. Its decimal value is 16777066.
Hex triplet | ffff6a | #ffff6a |
RGB Decimal | 255, 255, 106 | rgb(255,255,106) |
RGB Percent | 100, 100, 41.6 | rgb(100%,100%,41.6%) |
CMYK | 0, 0, 58.4, 0 | |
HSL | 60°, 100, 70.8 | hsl(60,100%,70.8%) |
HSV(HSB) | 60°, 58.4, 100 | |
Web Safe | ffff66 | #ff6 |
XYZ | 79.602, 93.821, 27.549 |
xyY | 0.396, 0.467, 93.821 |
CIE-LAB | 97.56, -18.181, 69.295 |
CIE-LCH | 97.56, 71.641, 104.701 |
CIE-LUV | 97.56, 6.371, 88.323 |
Hunter-Lab | 96.861, -22.813, 50.939 |
Binary | 11111111, 11111111, 01101010 |
Below, you can see some colors close to #ffff6a. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ffff6a.
<span style="color:#ffff6a">Text here</span>
This paragraph has a background color of #ffff6a.
<p style="background-color:#ffff6a;">Content here</p>
This element has a border color of #ffff6a.
<div style="border:1px #ffff6a;">Content here</div>
.text {color:#ffff6a;}
.background {background-color:#ffff6a;}
.border {border:1px solid #ffff6a;}
.text-shadow {border:1px solid #ffff6a;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #151500 is the darkest color, while #ffffff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #b5b5b4 is the less saturated color, while #f9f970 is the most saturated one.