Shades of Cornflower Blue #6E88EB
Tints of Cornflower Blue #6E88EB
RGB
CMYK
RGB Variations
Color information
#6E88EB (or 0x6E88EB) is known color: Cornflower Blue. HEX triplet: 6E, 88 and EB. RGB value is (110,136,235). Sum of RGB (Red+Green+Blue) = 110+136+235=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E88EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E88EB is #917714. Grayscale: #8B8B8B. Windows color (decimal): -9533205 or 15435886. OLE color: 15435886.
HSL color Cylindrical-coordinate representation of color #6E88EB: hue angle of 227.52º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E88EB is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 136 | 235 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.08 |
| HSL | 227.52º | 0.76% | 0.68% | - |
| HSV(B) | 227.52º | 0.53% | 0.92% | - |
| XYZ | 30.23 | 26.92 | 82.2 | - |
| YUV | 139.51 | 181.89 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 235 | 0.53 | 0.42 | 0 | 0.08 | 227.52 | 0.76 | 0.68 |
| Hex | 6E | 88 | EB | 35 | 2A | 0 | 8 | E4 | 4C | 44 |
| Octal | 156 | 210 | 353 | 65 | 52 | 0 | 10 | 344 | 114 | 104 |
| Binary | 1101110 | 10001000 | 11101011 | 110101 | 101010 | 0 | 1000 | 11100100 | 1001100 | 1000100 |
Color Harmonies of #6E88EB
Complementary color
Monochromatic Colors of #6E88EB
Black with #6E88EB
Text Example
Text Example
White with #6E88EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E88EB; }
p { color: rgb(110,136,235); }
H1.HeaderClassName
{
color: #6E88EB;
}
.AnyTagClassName
{
color: #6E88EB;
}
</style>
background-color css
<style>
a { background-color: #6E88EB; }
a { background-color: rgb(110,136,235); }
div.DivClassName
{
background-color: #6E88EB;
}
.BgClassName
{
background-color: #6E88EB;
}
</style>
border-color css
<style>
span { border-color: #6E88EB; }
span { border-color: rgb(110,136,235); }
td.TdClassName
{
border-color: #6E88EB;
}
.TagClassName
{
border-color: #6E88EB;
}
</style>