Shades of Cornflower Blue #667EDD
Tints of Cornflower Blue #667EDD
RGB
CMYK
RGB Variations
Color information
#667EDD (or 0x667EDD) is known color: Cornflower Blue. HEX triplet: 66, 7E and DD. RGB value is (102,126,221). Sum of RGB (Red+Green+Blue) = 102+126+221=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #667EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667EDD is #998122. Grayscale: #818181. Windows color (decimal): -10060067 or 14515814. OLE color: 14515814.
HSL color Cylindrical-coordinate representation of color #667EDD: hue angle of 227.9º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #667EDD is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 126 | 221 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.13 |
| HSL | 227.9º | 0.64% | 0.63% | - |
| HSV(B) | 227.9º | 0.54% | 0.87% | - |
| XYZ | 25.99 | 22.97 | 71.47 | - |
| YUV | 129.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 221 | 0.54 | 0.43 | 0 | 0.13 | 227.9 | 0.64 | 0.63 |
| Hex | 66 | 7E | DD | 36 | 2B | 0 | D | E4 | 40 | 3F |
| Octal | 146 | 176 | 335 | 66 | 53 | 0 | 15 | 344 | 100 | 77 |
| Binary | 1100110 | 1111110 | 11011101 | 110110 | 101011 | 0 | 1101 | 11100100 | 1000000 | 111111 |
Color Harmonies of #667EDD
Complementary color
Monochromatic Colors of #667EDD
Black with #667EDD
Text Example
Text Example
White with #667EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667EDD; }
p { color: rgb(102,126,221); }
H1.HeaderClassName
{
color: #667EDD;
}
.AnyTagClassName
{
color: #667EDD;
}
</style>
background-color css
<style>
a { background-color: #667EDD; }
a { background-color: rgb(102,126,221); }
div.DivClassName
{
background-color: #667EDD;
}
.BgClassName
{
background-color: #667EDD;
}
</style>
border-color css
<style>
span { border-color: #667EDD; }
span { border-color: rgb(102,126,221); }
td.TdClassName
{
border-color: #667EDD;
}
.TagClassName
{
border-color: #667EDD;
}
</style>