Shades of Cornflower Blue #669BEA
Tints of Cornflower Blue #669BEA
RGB
CMYK
RGB Variations
Color information
#669BEA (or 0x669BEA) is known color: Cornflower Blue. HEX triplet: 66, 9B and EA. RGB value is (102,155,234). Sum of RGB (Red+Green+Blue) = 102+155+234=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #669BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669BEA is #996415. Grayscale: #939393. Windows color (decimal): -10052630 or 15375206. OLE color: 15375206.
HSL color Cylindrical-coordinate representation of color #669BEA: hue angle of 215.91º 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 #669BEA is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 155 | 234 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.08 |
| HSL | 215.91º | 0.76% | 0.66% | - |
| HSV(B) | 215.91º | 0.56% | 0.92% | - |
| XYZ | 32.05 | 32.21 | 82.37 | - |
| YUV | 148.16 | 176.44 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 234 | 0.56 | 0.34 | 0 | 0.08 | 215.91 | 0.76 | 0.66 |
| Hex | 66 | 9B | EA | 38 | 22 | 0 | 8 | D8 | 4C | 42 |
| Octal | 146 | 233 | 352 | 70 | 42 | 0 | 10 | 330 | 114 | 102 |
| Binary | 1100110 | 10011011 | 11101010 | 111000 | 100010 | 0 | 1000 | 11011000 | 1001100 | 1000010 |
Color Harmonies of #669BEA
Complementary color
Monochromatic Colors of #669BEA
Black with #669BEA
Text Example
Text Example
White with #669BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BEA; }
p { color: rgb(102,155,234); }
H1.HeaderClassName
{
color: #669BEA;
}
.AnyTagClassName
{
color: #669BEA;
}
</style>
background-color css
<style>
a { background-color: #669BEA; }
a { background-color: rgb(102,155,234); }
div.DivClassName
{
background-color: #669BEA;
}
.BgClassName
{
background-color: #669BEA;
}
</style>
border-color css
<style>
span { border-color: #669BEA; }
span { border-color: rgb(102,155,234); }
td.TdClassName
{
border-color: #669BEA;
}
.TagClassName
{
border-color: #669BEA;
}
</style>