Shades of Cornflower Blue #667FFE
Tints of Cornflower Blue #667FFE
RGB
CMYK
RGB Variations
Color information
#667FFE (or 0x667FFE) is known color: Cornflower Blue. HEX triplet: 66, 7F and FE. RGB value is (102,127,254). Sum of RGB (Red+Green+Blue) = 102+127+254=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #667FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667FFE is #998001. Grayscale: #858585. Windows color (decimal): -10059778 or 16678758. OLE color: 16678758.
HSL color Cylindrical-coordinate representation of color #667FFE: hue angle of 230.13º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #667FFE is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 127 | 254 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.00 |
| HSL | 230.13º | 0.99% | 0.7% | - |
| HSV(B) | 230.13º | 0.6% | 1% | - |
| XYZ | 30.96 | 25.16 | 96.99 | - |
| YUV | 134 | 195.72 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 254 | 0.60 | 0.50 | 0 | 0.00 | 230.13 | 0.99 | 0.7 |
| Hex | 66 | 7F | FE | 3C | 32 | 0 | 0 | E6 | 63 | 46 |
| Octal | 146 | 177 | 376 | 74 | 62 | 0 | 0 | 346 | 143 | 106 |
| Binary | 1100110 | 1111111 | 11111110 | 111100 | 110010 | 0 | 0 | 11100110 | 1100011 | 1000110 |
Color Harmonies of #667FFE
Complementary color
Monochromatic Colors of #667FFE
Black with #667FFE
Text Example
Text Example
White with #667FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FFE; }
p { color: rgb(102,127,254); }
H1.HeaderClassName
{
color: #667FFE;
}
.AnyTagClassName
{
color: #667FFE;
}
</style>
background-color css
<style>
a { background-color: #667FFE; }
a { background-color: rgb(102,127,254); }
div.DivClassName
{
background-color: #667FFE;
}
.BgClassName
{
background-color: #667FFE;
}
</style>
border-color css
<style>
span { border-color: #667FFE; }
span { border-color: rgb(102,127,254); }
td.TdClassName
{
border-color: #667FFE;
}
.TagClassName
{
border-color: #667FFE;
}
</style>