Shades of Cornflower Blue #667DDC
Tints of Cornflower Blue #667DDC
RGB
CMYK
RGB Variations
Color information
#667DDC (or 0x667DDC) is known color: Cornflower Blue. HEX triplet: 66, 7D and DC. RGB value is (102,125,220). Sum of RGB (Red+Green+Blue) = 102+125+220=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #667DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DDC is #998223. Grayscale: #808080. Windows color (decimal): -10060324 or 14450022. OLE color: 14450022.
HSL color Cylindrical-coordinate representation of color #667DDC: hue angle of 228.31º 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 #667DDC is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 125 | 220 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.14 |
| HSL | 228.31º | 0.63% | 0.63% | - |
| HSV(B) | 228.31º | 0.54% | 0.86% | - |
| XYZ | 25.73 | 22.66 | 70.73 | - |
| YUV | 128.95 | 179.38 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 220 | 0.54 | 0.43 | 0 | 0.14 | 228.31 | 0.63 | 0.63 |
| Hex | 66 | 7D | DC | 36 | 2B | 0 | E | E4 | 3F | 3F |
| Octal | 146 | 175 | 334 | 66 | 53 | 0 | 16 | 344 | 77 | 77 |
| Binary | 1100110 | 1111101 | 11011100 | 110110 | 101011 | 0 | 1110 | 11100100 | 111111 | 111111 |
Color Harmonies of #667DDC
Complementary color
Monochromatic Colors of #667DDC
Black with #667DDC
Text Example
Text Example
White with #667DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DDC; }
p { color: rgb(102,125,220); }
H1.HeaderClassName
{
color: #667DDC;
}
.AnyTagClassName
{
color: #667DDC;
}
</style>
background-color css
<style>
a { background-color: #667DDC; }
a { background-color: rgb(102,125,220); }
div.DivClassName
{
background-color: #667DDC;
}
.BgClassName
{
background-color: #667DDC;
}
</style>
border-color css
<style>
span { border-color: #667DDC; }
span { border-color: rgb(102,125,220); }
td.TdClassName
{
border-color: #667DDC;
}
.TagClassName
{
border-color: #667DDC;
}
</style>