Shades of Cornflower Blue #667FDC
Tints of Cornflower Blue #667FDC
RGB
CMYK
RGB Variations
Color information
#667FDC (or 0x667FDC) is known color: Cornflower Blue. HEX triplet: 66, 7F and DC. RGB value is (102,127,220). Sum of RGB (Red+Green+Blue) = 102+127+220=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #667FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FDC is #998023. Grayscale: #818181. Windows color (decimal): -10059812 or 14450534. OLE color: 14450534.
HSL color Cylindrical-coordinate representation of color #667FDC: hue angle of 227.29º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #667FDC is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 127 | 220 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.14 |
| HSL | 227.29º | 0.63% | 0.63% | - |
| HSV(B) | 227.29º | 0.54% | 0.86% | - |
| XYZ | 25.99 | 23.17 | 70.81 | - |
| YUV | 130.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 220 | 0.54 | 0.42 | 0 | 0.14 | 227.29 | 0.63 | 0.63 |
| Hex | 66 | 7F | DC | 36 | 2A | 0 | E | E3 | 3F | 3F |
| Octal | 146 | 177 | 334 | 66 | 52 | 0 | 16 | 343 | 77 | 77 |
| Binary | 1100110 | 1111111 | 11011100 | 110110 | 101010 | 0 | 1110 | 11100011 | 111111 | 111111 |
Color Harmonies of #667FDC
Complementary color
Monochromatic Colors of #667FDC
Black with #667FDC
Text Example
Text Example
White with #667FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FDC; }
p { color: rgb(102,127,220); }
H1.HeaderClassName
{
color: #667FDC;
}
.AnyTagClassName
{
color: #667FDC;
}
</style>
background-color css
<style>
a { background-color: #667FDC; }
a { background-color: rgb(102,127,220); }
div.DivClassName
{
background-color: #667FDC;
}
.BgClassName
{
background-color: #667FDC;
}
</style>
border-color css
<style>
span { border-color: #667FDC; }
span { border-color: rgb(102,127,220); }
td.TdClassName
{
border-color: #667FDC;
}
.TagClassName
{
border-color: #667FDC;
}
</style>