Shades of Cornflower Blue #667FE1
Tints of Cornflower Blue #667FE1
RGB
CMYK
RGB Variations
Color information
#667FE1 (or 0x667FE1) is known color: Cornflower Blue. HEX triplet: 66, 7F and E1. RGB value is (102,127,225). Sum of RGB (Red+Green+Blue) = 102+127+225=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #667FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FE1 is #99801E. Grayscale: #828282. Windows color (decimal): -10059807 or 14778214. OLE color: 14778214.
HSL color Cylindrical-coordinate representation of color #667FE1: hue angle of 227.8º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #667FE1 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 127 | 225 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.12 |
| HSL | 227.8º | 0.67% | 0.64% | - |
| HSV(B) | 227.8º | 0.55% | 0.88% | - |
| XYZ | 26.66 | 23.44 | 74.35 | - |
| YUV | 130.7 | 181.22 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 225 | 0.55 | 0.44 | 0 | 0.12 | 227.8 | 0.67 | 0.64 |
| Hex | 66 | 7F | E1 | 37 | 2C | 0 | C | E4 | 43 | 40 |
| Octal | 146 | 177 | 341 | 67 | 54 | 0 | 14 | 344 | 103 | 100 |
| Binary | 1100110 | 1111111 | 11100001 | 110111 | 101100 | 0 | 1100 | 11100100 | 1000011 | 1000000 |
Color Harmonies of #667FE1
Complementary color
Monochromatic Colors of #667FE1
Black with #667FE1
Text Example
Text Example
White with #667FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FE1; }
p { color: rgb(102,127,225); }
H1.HeaderClassName
{
color: #667FE1;
}
.AnyTagClassName
{
color: #667FE1;
}
</style>
background-color css
<style>
a { background-color: #667FE1; }
a { background-color: rgb(102,127,225); }
div.DivClassName
{
background-color: #667FE1;
}
.BgClassName
{
background-color: #667FE1;
}
</style>
border-color css
<style>
span { border-color: #667FE1; }
span { border-color: rgb(102,127,225); }
td.TdClassName
{
border-color: #667FE1;
}
.TagClassName
{
border-color: #667FE1;
}
</style>