Shades of Cornflower Blue #6699E4
Tints of Cornflower Blue #6699E4
RGB
CMYK
RGB Variations
Color information
#6699E4 (or 0x6699E4) is known color: Cornflower Blue. HEX triplet: 66, 99 and E4. RGB value is (102,153,228). Sum of RGB (Red+Green+Blue) = 102+153+228=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #6699E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699E4 is #99661B. Grayscale: #919191. Windows color (decimal): -10053148 or 14981478. OLE color: 14981478.
HSL color Cylindrical-coordinate representation of color #6699E4: hue angle of 215.71º 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 #6699E4 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 153 | 228 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.11 |
| HSL | 215.71º | 0.7% | 0.65% | - |
| HSV(B) | 215.71º | 0.55% | 0.89% | - |
| XYZ | 30.87 | 31.21 | 77.8 | - |
| YUV | 146.3 | 174.1 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 228 | 0.55 | 0.33 | 0 | 0.11 | 215.71 | 0.7 | 0.65 |
| Hex | 66 | 99 | E4 | 37 | 21 | 0 | B | D8 | 46 | 41 |
| Octal | 146 | 231 | 344 | 67 | 41 | 0 | 13 | 330 | 106 | 101 |
| Binary | 1100110 | 10011001 | 11100100 | 110111 | 100001 | 0 | 1011 | 11011000 | 1000110 | 1000001 |
Color Harmonies of #6699E4
Complementary color
Monochromatic Colors of #6699E4
Black with #6699E4
Text Example
Text Example
White with #6699E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6699E4; }
p { color: rgb(102,153,228); }
H1.HeaderClassName
{
color: #6699E4;
}
.AnyTagClassName
{
color: #6699E4;
}
</style>
background-color css
<style>
a { background-color: #6699E4; }
a { background-color: rgb(102,153,228); }
div.DivClassName
{
background-color: #6699E4;
}
.BgClassName
{
background-color: #6699E4;
}
</style>
border-color css
<style>
span { border-color: #6699E4; }
span { border-color: rgb(102,153,228); }
td.TdClassName
{
border-color: #6699E4;
}
.TagClassName
{
border-color: #6699E4;
}
</style>