Shades of Cornflower Blue #669CE4
Tints of Cornflower Blue #669CE4
RGB
CMYK
RGB Variations
Color information
#669CE4 (or 0x669CE4) is known color: Cornflower Blue. HEX triplet: 66, 9C and E4. RGB value is (102,156,228). Sum of RGB (Red+Green+Blue) = 102+156+228=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #669CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CE4 is #99631B. Grayscale: #939393. Windows color (decimal): -10052380 or 14982246. OLE color: 14982246.
HSL color Cylindrical-coordinate representation of color #669CE4: hue angle of 214.29º degrees, saturation: 0.7, 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 #669CE4 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 156 | 228 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.11 |
| HSL | 214.29º | 0.7% | 0.65% | - |
| HSV(B) | 214.29º | 0.55% | 0.89% | - |
| XYZ | 31.37 | 32.2 | 77.96 | - |
| YUV | 148.06 | 173.11 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 228 | 0.55 | 0.32 | 0 | 0.11 | 214.29 | 0.7 | 0.65 |
| Hex | 66 | 9C | E4 | 37 | 20 | 0 | B | D6 | 46 | 41 |
| Octal | 146 | 234 | 344 | 67 | 40 | 0 | 13 | 326 | 106 | 101 |
| Binary | 1100110 | 10011100 | 11100100 | 110111 | 100000 | 0 | 1011 | 11010110 | 1000110 | 1000001 |
Color Harmonies of #669CE4
Complementary color
Monochromatic Colors of #669CE4
Black with #669CE4
Text Example
Text Example
White with #669CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CE4; }
p { color: rgb(102,156,228); }
H1.HeaderClassName
{
color: #669CE4;
}
.AnyTagClassName
{
color: #669CE4;
}
</style>
background-color css
<style>
a { background-color: #669CE4; }
a { background-color: rgb(102,156,228); }
div.DivClassName
{
background-color: #669CE4;
}
.BgClassName
{
background-color: #669CE4;
}
</style>
border-color css
<style>
span { border-color: #669CE4; }
span { border-color: rgb(102,156,228); }
td.TdClassName
{
border-color: #669CE4;
}
.TagClassName
{
border-color: #669CE4;
}
</style>