Shades of Cornflower Blue #667DEA
Tints of Cornflower Blue #667DEA
RGB
CMYK
RGB Variations
Color information
#667DEA (or 0x667DEA) is known color: Cornflower Blue. HEX triplet: 66, 7D and EA. RGB value is (102,125,234). Sum of RGB (Red+Green+Blue) = 102+125+234=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #667DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667DEA is #998215. Grayscale: #828282. Windows color (decimal): -10060310 or 15367526. OLE color: 15367526.
HSL color Cylindrical-coordinate representation of color #667DEA: hue angle of 229.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #667DEA is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 125 | 234 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.08 |
| HSL | 229.55º | 0.76% | 0.66% | - |
| HSV(B) | 229.55º | 0.56% | 0.92% | - |
| XYZ | 27.66 | 23.43 | 80.91 | - |
| YUV | 130.55 | 186.38 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 234 | 0.56 | 0.47 | 0 | 0.08 | 229.55 | 0.76 | 0.66 |
| Hex | 66 | 7D | EA | 38 | 2F | 0 | 8 | E6 | 4C | 42 |
| Octal | 146 | 175 | 352 | 70 | 57 | 0 | 10 | 346 | 114 | 102 |
| Binary | 1100110 | 1111101 | 11101010 | 111000 | 101111 | 0 | 1000 | 11100110 | 1001100 | 1000010 |
Color Harmonies of #667DEA
Complementary color
Monochromatic Colors of #667DEA
Black with #667DEA
Text Example
Text Example
White with #667DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DEA; }
p { color: rgb(102,125,234); }
H1.HeaderClassName
{
color: #667DEA;
}
.AnyTagClassName
{
color: #667DEA;
}
</style>
background-color css
<style>
a { background-color: #667DEA; }
a { background-color: rgb(102,125,234); }
div.DivClassName
{
background-color: #667DEA;
}
.BgClassName
{
background-color: #667DEA;
}
</style>
border-color css
<style>
span { border-color: #667DEA; }
span { border-color: rgb(102,125,234); }
td.TdClassName
{
border-color: #667DEA;
}
.TagClassName
{
border-color: #667DEA;
}
</style>