Shades of Cornflower Blue #667EDA
Tints of Cornflower Blue #667EDA
RGB
CMYK
RGB Variations
Color information
#667EDA (or 0x667EDA) is known color: Cornflower Blue. HEX triplet: 66, 7E and DA. RGB value is (102,126,218). Sum of RGB (Red+Green+Blue) = 102+126+218=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #667EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667EDA is #998125. Grayscale: #808080. Windows color (decimal): -10060070 or 14319206. OLE color: 14319206.
HSL color Cylindrical-coordinate representation of color #667EDA: hue angle of 227.59º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #667EDA is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 126 | 218 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.15 |
| HSL | 227.59º | 0.61% | 0.63% | - |
| HSV(B) | 227.59º | 0.53% | 0.85% | - |
| XYZ | 25.6 | 22.81 | 69.38 | - |
| YUV | 129.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 218 | 0.53 | 0.42 | 0 | 0.15 | 227.59 | 0.61 | 0.63 |
| Hex | 66 | 7E | DA | 35 | 2A | 0 | F | E4 | 3D | 3F |
| Octal | 146 | 176 | 332 | 65 | 52 | 0 | 17 | 344 | 75 | 77 |
| Binary | 1100110 | 1111110 | 11011010 | 110101 | 101010 | 0 | 1111 | 11100100 | 111101 | 111111 |
Color Harmonies of #667EDA
Complementary color
Monochromatic Colors of #667EDA
Black with #667EDA
Text Example
Text Example
White with #667EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667EDA; }
p { color: rgb(102,126,218); }
H1.HeaderClassName
{
color: #667EDA;
}
.AnyTagClassName
{
color: #667EDA;
}
</style>
background-color css
<style>
a { background-color: #667EDA; }
a { background-color: rgb(102,126,218); }
div.DivClassName
{
background-color: #667EDA;
}
.BgClassName
{
background-color: #667EDA;
}
</style>
border-color css
<style>
span { border-color: #667EDA; }
span { border-color: rgb(102,126,218); }
td.TdClassName
{
border-color: #667EDA;
}
.TagClassName
{
border-color: #667EDA;
}
</style>