Shades of Cornflower Blue #669CE2
Tints of Cornflower Blue #669CE2
RGB
CMYK
RGB Variations
Color information
#669CE2 (or 0x669CE2) is known color: Cornflower Blue. HEX triplet: 66, 9C and E2. RGB value is (102,156,226). Sum of RGB (Red+Green+Blue) = 102+156+226=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #669CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CE2 is #99631D. Grayscale: #939393. Windows color (decimal): -10052382 or 14851174. OLE color: 14851174.
HSL color Cylindrical-coordinate representation of color #669CE2: hue angle of 213.87º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #669CE2 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 156 | 226 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.11 |
| HSL | 213.87º | 0.68% | 0.64% | - |
| HSV(B) | 213.87º | 0.55% | 0.89% | - |
| XYZ | 31.1 | 32.09 | 76.51 | - |
| YUV | 147.83 | 172.11 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 226 | 0.55 | 0.31 | 0 | 0.11 | 213.87 | 0.68 | 0.64 |
| Hex | 66 | 9C | E2 | 37 | 1F | 0 | B | D6 | 44 | 40 |
| Octal | 146 | 234 | 342 | 67 | 37 | 0 | 13 | 326 | 104 | 100 |
| Binary | 1100110 | 10011100 | 11100010 | 110111 | 11111 | 0 | 1011 | 11010110 | 1000100 | 1000000 |
Color Harmonies of #669CE2
Complementary color
Monochromatic Colors of #669CE2
Black with #669CE2
Text Example
Text Example
White with #669CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CE2; }
p { color: rgb(102,156,226); }
H1.HeaderClassName
{
color: #669CE2;
}
.AnyTagClassName
{
color: #669CE2;
}
</style>
background-color css
<style>
a { background-color: #669CE2; }
a { background-color: rgb(102,156,226); }
div.DivClassName
{
background-color: #669CE2;
}
.BgClassName
{
background-color: #669CE2;
}
</style>
border-color css
<style>
span { border-color: #669CE2; }
span { border-color: rgb(102,156,226); }
td.TdClassName
{
border-color: #669CE2;
}
.TagClassName
{
border-color: #669CE2;
}
</style>