Shades of Cornflower Blue #667EF0
Tints of Cornflower Blue #667EF0
RGB
CMYK
RGB Variations
Color information
#667EF0 (or 0x667EF0) is known color: Cornflower Blue. HEX triplet: 66, 7E and F0. RGB value is (102,126,240). Sum of RGB (Red+Green+Blue) = 102+126+240=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #667EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667EF0 is #99810F. Grayscale: #838383. Windows color (decimal): -10060048 or 15760998. OLE color: 15760998.
HSL color Cylindrical-coordinate representation of color #667EF0: hue angle of 229.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #667EF0 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 126 | 240 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.06 |
| HSL | 229.57º | 0.82% | 0.67% | - |
| HSV(B) | 229.57º | 0.58% | 0.94% | - |
| XYZ | 28.67 | 24.04 | 85.57 | - |
| YUV | 131.82 | 189.05 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 240 | 0.58 | 0.48 | 0 | 0.06 | 229.57 | 0.82 | 0.67 |
| Hex | 66 | 7E | F0 | 3A | 30 | 0 | 6 | E6 | 52 | 43 |
| Octal | 146 | 176 | 360 | 72 | 60 | 0 | 6 | 346 | 122 | 103 |
| Binary | 1100110 | 1111110 | 11110000 | 111010 | 110000 | 0 | 110 | 11100110 | 1010010 | 1000011 |
Color Harmonies of #667EF0
Complementary color
Monochromatic Colors of #667EF0
Black with #667EF0
Text Example
Text Example
White with #667EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667EF0; }
p { color: rgb(102,126,240); }
H1.HeaderClassName
{
color: #667EF0;
}
.AnyTagClassName
{
color: #667EF0;
}
</style>
background-color css
<style>
a { background-color: #667EF0; }
a { background-color: rgb(102,126,240); }
div.DivClassName
{
background-color: #667EF0;
}
.BgClassName
{
background-color: #667EF0;
}
</style>
border-color css
<style>
span { border-color: #667EF0; }
span { border-color: rgb(102,126,240); }
td.TdClassName
{
border-color: #667EF0;
}
.TagClassName
{
border-color: #667EF0;
}
</style>