Shades of Cornflower Blue #6E8AE9
Tints of Cornflower Blue #6E8AE9
RGB
CMYK
RGB Variations
Color information
#6E8AE9 (or 0x6E8AE9) is known color: Cornflower Blue. HEX triplet: 6E, 8A and E9. RGB value is (110,138,233). Sum of RGB (Red+Green+Blue) = 110+138+233=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #6E8AE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8AE9 is #917516. Grayscale: #8C8C8C. Windows color (decimal): -9532695 or 15305326. OLE color: 15305326.
HSL color Cylindrical-coordinate representation of color #6E8AE9: hue angle of 226.34º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E8AE9 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 138 | 233 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.09 |
| HSL | 226.34º | 0.74% | 0.67% | - |
| HSV(B) | 226.34º | 0.53% | 0.91% | - |
| XYZ | 30.23 | 27.38 | 80.78 | - |
| YUV | 140.46 | 180.22 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 138 | 233 | 0.53 | 0.41 | 0 | 0.09 | 226.34 | 0.74 | 0.67 |
| Hex | 6E | 8A | E9 | 35 | 29 | 0 | 9 | E2 | 4A | 43 |
| Octal | 156 | 212 | 351 | 65 | 51 | 0 | 11 | 342 | 112 | 103 |
| Binary | 1101110 | 10001010 | 11101001 | 110101 | 101001 | 0 | 1001 | 11100010 | 1001010 | 1000011 |
Color Harmonies of #6E8AE9
Complementary color
Monochromatic Colors of #6E8AE9
Black with #6E8AE9
Text Example
Text Example
White with #6E8AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8AE9; }
p { color: rgb(110,138,233); }
H1.HeaderClassName
{
color: #6E8AE9;
}
.AnyTagClassName
{
color: #6E8AE9;
}
</style>
background-color css
<style>
a { background-color: #6E8AE9; }
a { background-color: rgb(110,138,233); }
div.DivClassName
{
background-color: #6E8AE9;
}
.BgClassName
{
background-color: #6E8AE9;
}
</style>
border-color css
<style>
span { border-color: #6E8AE9; }
span { border-color: rgb(110,138,233); }
td.TdClassName
{
border-color: #6E8AE9;
}
.TagClassName
{
border-color: #6E8AE9;
}
</style>