Shades of Cornflower Blue #669BEB
Tints of Cornflower Blue #669BEB
RGB
CMYK
RGB Variations
Color information
#669BEB (or 0x669BEB) is known color: Cornflower Blue. HEX triplet: 66, 9B and EB. RGB value is (102,155,235). Sum of RGB (Red+Green+Blue) = 102+155+235=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #669BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669BEB is #996414. Grayscale: #939393. Windows color (decimal): -10052629 or 15440742. OLE color: 15440742.
HSL color Cylindrical-coordinate representation of color #669BEB: hue angle of 216.09º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #669BEB is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 155 | 235 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.08 |
| HSL | 216.09º | 0.77% | 0.66% | - |
| HSV(B) | 216.09º | 0.57% | 0.92% | - |
| XYZ | 32.2 | 32.27 | 83.13 | - |
| YUV | 148.27 | 176.94 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 235 | 0.57 | 0.34 | 0 | 0.08 | 216.09 | 0.77 | 0.66 |
| Hex | 66 | 9B | EB | 39 | 22 | 0 | 8 | D8 | 4D | 42 |
| Octal | 146 | 233 | 353 | 71 | 42 | 0 | 10 | 330 | 115 | 102 |
| Binary | 1100110 | 10011011 | 11101011 | 111001 | 100010 | 0 | 1000 | 11011000 | 1001101 | 1000010 |
Color Harmonies of #669BEB
Complementary color
Monochromatic Colors of #669BEB
Black with #669BEB
Text Example
Text Example
White with #669BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BEB; }
p { color: rgb(102,155,235); }
H1.HeaderClassName
{
color: #669BEB;
}
.AnyTagClassName
{
color: #669BEB;
}
</style>
background-color css
<style>
a { background-color: #669BEB; }
a { background-color: rgb(102,155,235); }
div.DivClassName
{
background-color: #669BEB;
}
.BgClassName
{
background-color: #669BEB;
}
</style>
border-color css
<style>
span { border-color: #669BEB; }
span { border-color: rgb(102,155,235); }
td.TdClassName
{
border-color: #669BEB;
}
.TagClassName
{
border-color: #669BEB;
}
</style>