Shades of Cornflower Blue #667AFF
Tints of Cornflower Blue #667AFF
RGB
CMYK
RGB Variations
Color information
#667AFF (or 0x667AFF) is known color: Cornflower Blue. HEX triplet: 66, 7A and FF. RGB value is (102,122,255). Sum of RGB (Red+Green+Blue) = 102+122+255=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #667AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667AFF is #998500. Grayscale: #828282. Windows color (decimal): -10061057 or 16743014. OLE color: 16743014.
HSL color Cylindrical-coordinate representation of color #667AFF: hue angle of 232.16º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #667AFF is Cyan = 0.6, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 122 | 255 | - |
| CMYK | 0.6 | 0.52 | 0 | 0 |
| HSL | 232.16º | 1% | 0.7% | - |
| HSV(B) | 232.16º | 0.6% | 1% | - |
| XYZ | 30.49 | 23.96 | 97.63 | - |
| YUV | 131.18 | 197.87 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 255 | 0.6 | 0.52 | 0 | 0 | 232.16 | 1 | 0.7 |
| Hex | 66 | 7A | FF | 3C | 34 | 0 | 0 | E8 | 64 | 46 |
| Octal | 146 | 172 | 377 | 74 | 64 | 0 | 0 | 350 | 144 | 106 |
| Binary | 1100110 | 1111010 | 11111111 | 111100 | 110100 | 0 | 0 | 11101000 | 1100100 | 1000110 |
Color Harmonies of #667AFF
Complementary color
Monochromatic Colors of #667AFF
Black with #667AFF
Text Example
Text Example
White with #667AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667AFF; }
p { color: rgb(102,122,255); }
H1.HeaderClassName
{
color: #667AFF;
}
.AnyTagClassName
{
color: #667AFF;
}
</style>
background-color css
<style>
a { background-color: #667AFF; }
a { background-color: rgb(102,122,255); }
div.DivClassName
{
background-color: #667AFF;
}
.BgClassName
{
background-color: #667AFF;
}
</style>
border-color css
<style>
span { border-color: #667AFF; }
span { border-color: rgb(102,122,255); }
td.TdClassName
{
border-color: #667AFF;
}
.TagClassName
{
border-color: #667AFF;
}
</style>