Shades of Cornflower Blue #6E9BEA
Tints of Cornflower Blue #6E9BEA
RGB
CMYK
RGB Variations
Color information
#6E9BEA (or 0x6E9BEA) is known color: Cornflower Blue. HEX triplet: 6E, 9B and EA. RGB value is (110,155,234). Sum of RGB (Red+Green+Blue) = 110+155+234=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E9BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9BEA is #916415. Grayscale: #969696. Windows color (decimal): -9528342 or 15375214. OLE color: 15375214.
HSL color Cylindrical-coordinate representation of color #6E9BEA: hue angle of 218.23º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E9BEA is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 155 | 234 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.08 |
| HSL | 218.23º | 0.75% | 0.67% | - |
| HSV(B) | 218.23º | 0.53% | 0.92% | - |
| XYZ | 33 | 32.7 | 82.41 | - |
| YUV | 150.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 155 | 234 | 0.53 | 0.34 | 0 | 0.08 | 218.23 | 0.75 | 0.67 |
| Hex | 6E | 9B | EA | 35 | 22 | 0 | 8 | DA | 4B | 43 |
| Octal | 156 | 233 | 352 | 65 | 42 | 0 | 10 | 332 | 113 | 103 |
| Binary | 1101110 | 10011011 | 11101010 | 110101 | 100010 | 0 | 1000 | 11011010 | 1001011 | 1000011 |
Color Harmonies of #6E9BEA
Complementary color
Monochromatic Colors of #6E9BEA
Black with #6E9BEA
Text Example
Text Example
White with #6E9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9BEA; }
p { color: rgb(110,155,234); }
H1.HeaderClassName
{
color: #6E9BEA;
}
.AnyTagClassName
{
color: #6E9BEA;
}
</style>
background-color css
<style>
a { background-color: #6E9BEA; }
a { background-color: rgb(110,155,234); }
div.DivClassName
{
background-color: #6E9BEA;
}
.BgClassName
{
background-color: #6E9BEA;
}
</style>
border-color css
<style>
span { border-color: #6E9BEA; }
span { border-color: rgb(110,155,234); }
td.TdClassName
{
border-color: #6E9BEA;
}
.TagClassName
{
border-color: #6E9BEA;
}
</style>