Shades of Cornflower Blue #6888EC
Tints of Cornflower Blue #6888EC
RGB
CMYK
RGB Variations
Color information
#6888EC (or 0x6888EC) is known color: Cornflower Blue. HEX triplet: 68, 88 and EC. RGB value is (104,136,236). Sum of RGB (Red+Green+Blue) = 104+136+236=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #6888EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6888EC is #977713. Grayscale: #898989. Windows color (decimal): -9926420 or 15501416. OLE color: 15501416.
HSL color Cylindrical-coordinate representation of color #6888EC: hue angle of 225.45º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6888EC is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 136 | 236 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.07 |
| HSL | 225.45º | 0.78% | 0.67% | - |
| HSV(B) | 225.45º | 0.56% | 0.93% | - |
| XYZ | 29.65 | 26.61 | 82.93 | - |
| YUV | 137.83 | 183.4 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 236 | 0.56 | 0.42 | 0 | 0.07 | 225.45 | 0.78 | 0.67 |
| Hex | 68 | 88 | EC | 38 | 2A | 0 | 7 | E1 | 4E | 43 |
| Octal | 150 | 210 | 354 | 70 | 52 | 0 | 7 | 341 | 116 | 103 |
| Binary | 1101000 | 10001000 | 11101100 | 111000 | 101010 | 0 | 111 | 11100001 | 1001110 | 1000011 |
Color Harmonies of #6888EC
Complementary color
Monochromatic Colors of #6888EC
Black with #6888EC
Text Example
Text Example
White with #6888EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6888EC; }
p { color: rgb(104,136,236); }
H1.HeaderClassName
{
color: #6888EC;
}
.AnyTagClassName
{
color: #6888EC;
}
</style>
background-color css
<style>
a { background-color: #6888EC; }
a { background-color: rgb(104,136,236); }
div.DivClassName
{
background-color: #6888EC;
}
.BgClassName
{
background-color: #6888EC;
}
</style>
border-color css
<style>
span { border-color: #6888EC; }
span { border-color: rgb(104,136,236); }
td.TdClassName
{
border-color: #6888EC;
}
.TagClassName
{
border-color: #6888EC;
}
</style>