Shades of Cornflower Blue #6E8AEB
Tints of Cornflower Blue #6E8AEB
RGB
CMYK
RGB Variations
Color information
#6E8AEB (or 0x6E8AEB) is known color: Cornflower Blue. HEX triplet: 6E, 8A and EB. RGB value is (110,138,235). Sum of RGB (Red+Green+Blue) = 110+138+235=483 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.77% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E8AEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8AEB is #917514. Grayscale: #8C8C8C. Windows color (decimal): -9532693 or 15436398. OLE color: 15436398.
HSL color Cylindrical-coordinate representation of color #6E8AEB: hue angle of 226.56º 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 #6E8AEB is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 138 | 235 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.08 |
| HSL | 226.56º | 0.76% | 0.68% | - |
| HSV(B) | 226.56º | 0.53% | 0.92% | - |
| XYZ | 30.51 | 27.49 | 82.3 | - |
| YUV | 140.69 | 181.22 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 138 | 235 | 0.53 | 0.41 | 0 | 0.08 | 226.56 | 0.76 | 0.68 |
| Hex | 6E | 8A | EB | 35 | 29 | 0 | 8 | E3 | 4C | 44 |
| Octal | 156 | 212 | 353 | 65 | 51 | 0 | 10 | 343 | 114 | 104 |
| Binary | 1101110 | 10001010 | 11101011 | 110101 | 101001 | 0 | 1000 | 11100011 | 1001100 | 1000100 |
Color Harmonies of #6E8AEB
Complementary color
Monochromatic Colors of #6E8AEB
Black with #6E8AEB
Text Example
Text Example
White with #6E8AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8AEB; }
p { color: rgb(110,138,235); }
H1.HeaderClassName
{
color: #6E8AEB;
}
.AnyTagClassName
{
color: #6E8AEB;
}
</style>
background-color css
<style>
a { background-color: #6E8AEB; }
a { background-color: rgb(110,138,235); }
div.DivClassName
{
background-color: #6E8AEB;
}
.BgClassName
{
background-color: #6E8AEB;
}
</style>
border-color css
<style>
span { border-color: #6E8AEB; }
span { border-color: rgb(110,138,235); }
td.TdClassName
{
border-color: #6E8AEB;
}
.TagClassName
{
border-color: #6E8AEB;
}
</style>