Shades of Cornflower Blue #6E83EA
Tints of Cornflower Blue #6E83EA
RGB
CMYK
RGB Variations
Color information
#6E83EA (or 0x6E83EA) is known color: Cornflower Blue. HEX triplet: 6E, 83 and EA. RGB value is (110,131,234). Sum of RGB (Red+Green+Blue) = 110+131+234=475 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.16% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E83EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E83EA is #917C15. Grayscale: #888888. Windows color (decimal): -9534486 or 15369070. OLE color: 15369070.
HSL color Cylindrical-coordinate representation of color #6E83EA: hue angle of 229.84º 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 #6E83EA is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 131 | 234 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.08 |
| HSL | 229.84º | 0.75% | 0.67% | - |
| HSV(B) | 229.84º | 0.53% | 0.92% | - |
| XYZ | 29.4 | 25.49 | 81.21 | - |
| YUV | 136.46 | 183.04 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 131 | 234 | 0.53 | 0.44 | 0 | 0.08 | 229.84 | 0.75 | 0.67 |
| Hex | 6E | 83 | EA | 35 | 2C | 0 | 8 | E6 | 4B | 43 |
| Octal | 156 | 203 | 352 | 65 | 54 | 0 | 10 | 346 | 113 | 103 |
| Binary | 1101110 | 10000011 | 11101010 | 110101 | 101100 | 0 | 1000 | 11100110 | 1001011 | 1000011 |
Color Harmonies of #6E83EA
Complementary color
Monochromatic Colors of #6E83EA
Black with #6E83EA
Text Example
Text Example
White with #6E83EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E83EA; }
p { color: rgb(110,131,234); }
H1.HeaderClassName
{
color: #6E83EA;
}
.AnyTagClassName
{
color: #6E83EA;
}
</style>
background-color css
<style>
a { background-color: #6E83EA; }
a { background-color: rgb(110,131,234); }
div.DivClassName
{
background-color: #6E83EA;
}
.BgClassName
{
background-color: #6E83EA;
}
</style>
border-color css
<style>
span { border-color: #6E83EA; }
span { border-color: rgb(110,131,234); }
td.TdClassName
{
border-color: #6E83EA;
}
.TagClassName
{
border-color: #6E83EA;
}
</style>