Shades of Cornflower Blue #667AF6
Tints of Cornflower Blue #667AF6
RGB
CMYK
RGB Variations
Color information
#667AF6 (or 0x667AF6) is known color: Cornflower Blue. HEX triplet: 66, 7A and F6. RGB value is (102,122,246). Sum of RGB (Red+Green+Blue) = 102+122+246=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #667AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667AF6 is #998509. Grayscale: #818181. Windows color (decimal): -10061066 or 16153190. OLE color: 16153190.
HSL color Cylindrical-coordinate representation of color #667AF6: hue angle of 231.67º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #667AF6 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 122 | 246 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.04 |
| HSL | 231.67º | 0.89% | 0.68% | - |
| HSV(B) | 231.67º | 0.59% | 0.96% | - |
| XYZ | 29.07 | 23.4 | 90.17 | - |
| YUV | 130.16 | 193.37 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 246 | 0.59 | 0.50 | 0 | 0.04 | 231.67 | 0.89 | 0.68 |
| Hex | 66 | 7A | F6 | 3B | 32 | 0 | 4 | E8 | 59 | 44 |
| Octal | 146 | 172 | 366 | 73 | 62 | 0 | 4 | 350 | 131 | 104 |
| Binary | 1100110 | 1111010 | 11110110 | 111011 | 110010 | 0 | 100 | 11101000 | 1011001 | 1000100 |
Color Harmonies of #667AF6
Complementary color
Monochromatic Colors of #667AF6
Black with #667AF6
Text Example
Text Example
White with #667AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667AF6; }
p { color: rgb(102,122,246); }
H1.HeaderClassName
{
color: #667AF6;
}
.AnyTagClassName
{
color: #667AF6;
}
</style>
background-color css
<style>
a { background-color: #667AF6; }
a { background-color: rgb(102,122,246); }
div.DivClassName
{
background-color: #667AF6;
}
.BgClassName
{
background-color: #667AF6;
}
</style>
border-color css
<style>
span { border-color: #667AF6; }
span { border-color: rgb(102,122,246); }
td.TdClassName
{
border-color: #667AF6;
}
.TagClassName
{
border-color: #667AF6;
}
</style>