Shades of Cornflower Blue #667BDC
Tints of Cornflower Blue #667BDC
RGB
CMYK
RGB Variations
Color information
#667BDC (or 0x667BDC) is known color: Cornflower Blue. HEX triplet: 66, 7B and DC. RGB value is (102,123,220). Sum of RGB (Red+Green+Blue) = 102+123+220=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #667BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667BDC is #998423. Grayscale: #7F7F7F. Windows color (decimal): -10060836 or 14449510. OLE color: 14449510.
HSL color Cylindrical-coordinate representation of color #667BDC: hue angle of 229.32º 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 #667BDC is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 123 | 220 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.14 |
| HSL | 229.32º | 0.63% | 0.63% | - |
| HSV(B) | 229.32º | 0.54% | 0.86% | - |
| XYZ | 25.48 | 22.16 | 70.64 | - |
| YUV | 127.78 | 180.04 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 220 | 0.54 | 0.44 | 0 | 0.14 | 229.32 | 0.63 | 0.63 |
| Hex | 66 | 7B | DC | 36 | 2C | 0 | E | E5 | 3F | 3F |
| Octal | 146 | 173 | 334 | 66 | 54 | 0 | 16 | 345 | 77 | 77 |
| Binary | 1100110 | 1111011 | 11011100 | 110110 | 101100 | 0 | 1110 | 11100101 | 111111 | 111111 |
Color Harmonies of #667BDC
Complementary color
Monochromatic Colors of #667BDC
Black with #667BDC
Text Example
Text Example
White with #667BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667BDC; }
p { color: rgb(102,123,220); }
H1.HeaderClassName
{
color: #667BDC;
}
.AnyTagClassName
{
color: #667BDC;
}
</style>
background-color css
<style>
a { background-color: #667BDC; }
a { background-color: rgb(102,123,220); }
div.DivClassName
{
background-color: #667BDC;
}
.BgClassName
{
background-color: #667BDC;
}
</style>
border-color css
<style>
span { border-color: #667BDC; }
span { border-color: rgb(102,123,220); }
td.TdClassName
{
border-color: #667BDC;
}
.TagClassName
{
border-color: #667BDC;
}
</style>