Shades of Cornflower Blue #669CE3
Tints of Cornflower Blue #669CE3
RGB
CMYK
RGB Variations
Color information
#669CE3 (or 0x669CE3) is known color: Cornflower Blue. HEX triplet: 66, 9C and E3. RGB value is (102,156,227). Sum of RGB (Red+Green+Blue) = 102+156+227=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: blue. Hex color #669CE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CE3 is #99631C. Grayscale: #939393. Windows color (decimal): -10052381 or 14916710. OLE color: 14916710.
HSL color Cylindrical-coordinate representation of color #669CE3: hue angle of 214.08º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #669CE3 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 156 | 227 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.11 |
| HSL | 214.08º | 0.69% | 0.65% | - |
| HSV(B) | 214.08º | 0.55% | 0.89% | - |
| XYZ | 31.23 | 32.15 | 77.23 | - |
| YUV | 147.95 | 172.61 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 227 | 0.55 | 0.31 | 0 | 0.11 | 214.08 | 0.69 | 0.65 |
| Hex | 66 | 9C | E3 | 37 | 1F | 0 | B | D6 | 45 | 41 |
| Octal | 146 | 234 | 343 | 67 | 37 | 0 | 13 | 326 | 105 | 101 |
| Binary | 1100110 | 10011100 | 11100011 | 110111 | 11111 | 0 | 1011 | 11010110 | 1000101 | 1000001 |
Color Harmonies of #669CE3
Complementary color
Monochromatic Colors of #669CE3
Black with #669CE3
Text Example
Text Example
White with #669CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CE3; }
p { color: rgb(102,156,227); }
H1.HeaderClassName
{
color: #669CE3;
}
.AnyTagClassName
{
color: #669CE3;
}
</style>
background-color css
<style>
a { background-color: #669CE3; }
a { background-color: rgb(102,156,227); }
div.DivClassName
{
background-color: #669CE3;
}
.BgClassName
{
background-color: #669CE3;
}
</style>
border-color css
<style>
span { border-color: #669CE3; }
span { border-color: rgb(102,156,227); }
td.TdClassName
{
border-color: #669CE3;
}
.TagClassName
{
border-color: #669CE3;
}
</style>