Shades of Cornflower Blue #6688EC
Tints of Cornflower Blue #6688EC
RGB
CMYK
RGB Variations
Color information
#6688EC (or 0x6688EC) is known color: Cornflower Blue. HEX triplet: 66, 88 and EC. RGB value is (102,136,236). Sum of RGB (Red+Green+Blue) = 102+136+236=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #6688EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6688EC is #997713. Grayscale: #888888. Windows color (decimal): -10057492 or 15501414. OLE color: 15501414.
HSL color Cylindrical-coordinate representation of color #6688EC: hue angle of 224.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6688EC is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 136 | 236 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.07 |
| HSL | 224.78º | 0.78% | 0.66% | - |
| HSV(B) | 224.78º | 0.57% | 0.93% | - |
| XYZ | 29.42 | 26.49 | 82.92 | - |
| YUV | 137.23 | 183.74 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 236 | 0.57 | 0.42 | 0 | 0.07 | 224.78 | 0.78 | 0.66 |
| Hex | 66 | 88 | EC | 39 | 2A | 0 | 7 | E1 | 4E | 42 |
| Octal | 146 | 210 | 354 | 71 | 52 | 0 | 7 | 341 | 116 | 102 |
| Binary | 1100110 | 10001000 | 11101100 | 111001 | 101010 | 0 | 111 | 11100001 | 1001110 | 1000010 |
Color Harmonies of #6688EC
Complementary color
Monochromatic Colors of #6688EC
Black with #6688EC
Text Example
Text Example
White with #6688EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6688EC; }
p { color: rgb(102,136,236); }
H1.HeaderClassName
{
color: #6688EC;
}
.AnyTagClassName
{
color: #6688EC;
}
</style>
background-color css
<style>
a { background-color: #6688EC; }
a { background-color: rgb(102,136,236); }
div.DivClassName
{
background-color: #6688EC;
}
.BgClassName
{
background-color: #6688EC;
}
</style>
border-color css
<style>
span { border-color: #6688EC; }
span { border-color: rgb(102,136,236); }
td.TdClassName
{
border-color: #6688EC;
}
.TagClassName
{
border-color: #6688EC;
}
</style>