Shades of Cornflower Blue #667CDC
Tints of Cornflower Blue #667CDC
RGB
CMYK
RGB Variations
Color information
#667CDC (or 0x667CDC) is known color: Cornflower Blue. HEX triplet: 66, 7C and DC. RGB value is (102,124,220). Sum of RGB (Red+Green+Blue) = 102+124+220=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #667CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667CDC is #998323. Grayscale: #7F7F7F. Windows color (decimal): -10060580 or 14449766. OLE color: 14449766.
HSL color Cylindrical-coordinate representation of color #667CDC: hue angle of 228.81º 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 #667CDC is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 124 | 220 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.14 |
| HSL | 228.81º | 0.63% | 0.63% | - |
| HSV(B) | 228.81º | 0.54% | 0.86% | - |
| XYZ | 25.61 | 22.41 | 70.69 | - |
| YUV | 128.37 | 179.71 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 220 | 0.54 | 0.44 | 0 | 0.14 | 228.81 | 0.63 | 0.63 |
| Hex | 66 | 7C | DC | 36 | 2C | 0 | E | E5 | 3F | 3F |
| Octal | 146 | 174 | 334 | 66 | 54 | 0 | 16 | 345 | 77 | 77 |
| Binary | 1100110 | 1111100 | 11011100 | 110110 | 101100 | 0 | 1110 | 11100101 | 111111 | 111111 |
Color Harmonies of #667CDC
Complementary color
Monochromatic Colors of #667CDC
Black with #667CDC
Text Example
Text Example
White with #667CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667CDC; }
p { color: rgb(102,124,220); }
H1.HeaderClassName
{
color: #667CDC;
}
.AnyTagClassName
{
color: #667CDC;
}
</style>
background-color css
<style>
a { background-color: #667CDC; }
a { background-color: rgb(102,124,220); }
div.DivClassName
{
background-color: #667CDC;
}
.BgClassName
{
background-color: #667CDC;
}
</style>
border-color css
<style>
span { border-color: #667CDC; }
span { border-color: rgb(102,124,220); }
td.TdClassName
{
border-color: #667CDC;
}
.TagClassName
{
border-color: #667CDC;
}
</style>