Shades of Cornflower Blue #6E84E7
Tints of Cornflower Blue #6E84E7
RGB
CMYK
RGB Variations
Color information
#6E84E7 (or 0x6E84E7) is known color: Cornflower Blue. HEX triplet: 6E, 84 and E7. RGB value is (110,132,231). Sum of RGB (Red+Green+Blue) = 110+132+231=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #6E84E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E84E7 is #917B18. Grayscale: #888888. Windows color (decimal): -9534233 or 15172718. OLE color: 15172718.
HSL color Cylindrical-coordinate representation of color #6E84E7: hue angle of 229.09º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E84E7 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 132 | 231 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.09 |
| HSL | 229.09º | 0.72% | 0.67% | - |
| HSV(B) | 229.09º | 0.52% | 0.91% | - |
| XYZ | 29.11 | 25.59 | 79.01 | - |
| YUV | 136.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 231 | 0.52 | 0.43 | 0 | 0.09 | 229.09 | 0.72 | 0.67 |
| Hex | 6E | 84 | E7 | 34 | 2B | 0 | 9 | E5 | 48 | 43 |
| Octal | 156 | 204 | 347 | 64 | 53 | 0 | 11 | 345 | 110 | 103 |
| Binary | 1101110 | 10000100 | 11100111 | 110100 | 101011 | 0 | 1001 | 11100101 | 1001000 | 1000011 |
Color Harmonies of #6E84E7
Complementary color
Monochromatic Colors of #6E84E7
Black with #6E84E7
Text Example
Text Example
White with #6E84E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E84E7; }
p { color: rgb(110,132,231); }
H1.HeaderClassName
{
color: #6E84E7;
}
.AnyTagClassName
{
color: #6E84E7;
}
</style>
background-color css
<style>
a { background-color: #6E84E7; }
a { background-color: rgb(110,132,231); }
div.DivClassName
{
background-color: #6E84E7;
}
.BgClassName
{
background-color: #6E84E7;
}
</style>
border-color css
<style>
span { border-color: #6E84E7; }
span { border-color: rgb(110,132,231); }
td.TdClassName
{
border-color: #6E84E7;
}
.TagClassName
{
border-color: #6E84E7;
}
</style>