Shades of Cornflower Blue #6E9EFA
Tints of Cornflower Blue #6E9EFA
RGB
CMYK
RGB Variations
Color information
#6E9EFA (or 0x6E9EFA) is known color: Cornflower Blue. HEX triplet: 6E, 9E and FA. RGB value is (110,158,250). Sum of RGB (Red+Green+Blue) = 110+158+250=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E9EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9EFA is #916105. Grayscale: #999999. Windows color (decimal): -9527558 or 16424558. OLE color: 16424558.
HSL color Cylindrical-coordinate representation of color #6E9EFA: hue angle of 219.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E9EFA is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 158 | 250 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.02 |
| HSL | 219.43º | 0.93% | 0.71% | - |
| HSV(B) | 219.43º | 0.56% | 0.98% | - |
| XYZ | 35.91 | 34.67 | 95.24 | - |
| YUV | 154.14 | 182.1 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 158 | 250 | 0.56 | 0.37 | 0 | 0.02 | 219.43 | 0.93 | 0.71 |
| Hex | 6E | 9E | FA | 38 | 25 | 0 | 2 | DB | 5D | 47 |
| Octal | 156 | 236 | 372 | 70 | 45 | 0 | 2 | 333 | 135 | 107 |
| Binary | 1101110 | 10011110 | 11111010 | 111000 | 100101 | 0 | 10 | 11011011 | 1011101 | 1000111 |
Color Harmonies of #6E9EFA
Complementary color
Monochromatic Colors of #6E9EFA
Black with #6E9EFA
Text Example
Text Example
White with #6E9EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9EFA; }
p { color: rgb(110,158,250); }
H1.HeaderClassName
{
color: #6E9EFA;
}
.AnyTagClassName
{
color: #6E9EFA;
}
</style>
background-color css
<style>
a { background-color: #6E9EFA; }
a { background-color: rgb(110,158,250); }
div.DivClassName
{
background-color: #6E9EFA;
}
.BgClassName
{
background-color: #6E9EFA;
}
</style>
border-color css
<style>
span { border-color: #6E9EFA; }
span { border-color: rgb(110,158,250); }
td.TdClassName
{
border-color: #6E9EFA;
}
.TagClassName
{
border-color: #6E9EFA;
}
</style>