Shades of Cornflower Blue #6E84ED
Tints of Cornflower Blue #6E84ED
RGB
CMYK
RGB Variations
Color information
#6E84ED (or 0x6E84ED) is known color: Cornflower Blue. HEX triplet: 6E, 84 and ED. RGB value is (110,132,237). Sum of RGB (Red+Green+Blue) = 110+132+237=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E84ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E84ED is #917B12. Grayscale: #888888. Windows color (decimal): -9534227 or 15565934. OLE color: 15565934.
HSL color Cylindrical-coordinate representation of color #6E84ED: hue angle of 229.61º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E84ED is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 132 | 237 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.07 |
| HSL | 229.61º | 0.78% | 0.68% | - |
| HSV(B) | 229.61º | 0.54% | 0.93% | - |
| XYZ | 29.97 | 25.93 | 83.55 | - |
| YUV | 137.39 | 184.21 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 237 | 0.54 | 0.44 | 0 | 0.07 | 229.61 | 0.78 | 0.68 |
| Hex | 6E | 84 | ED | 36 | 2C | 0 | 7 | E6 | 4E | 44 |
| Octal | 156 | 204 | 355 | 66 | 54 | 0 | 7 | 346 | 116 | 104 |
| Binary | 1101110 | 10000100 | 11101101 | 110110 | 101100 | 0 | 111 | 11100110 | 1001110 | 1000100 |
Color Harmonies of #6E84ED
Complementary color
Monochromatic Colors of #6E84ED
Black with #6E84ED
Text Example
Text Example
White with #6E84ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E84ED; }
p { color: rgb(110,132,237); }
H1.HeaderClassName
{
color: #6E84ED;
}
.AnyTagClassName
{
color: #6E84ED;
}
</style>
background-color css
<style>
a { background-color: #6E84ED; }
a { background-color: rgb(110,132,237); }
div.DivClassName
{
background-color: #6E84ED;
}
.BgClassName
{
background-color: #6E84ED;
}
</style>
border-color css
<style>
span { border-color: #6E84ED; }
span { border-color: rgb(110,132,237); }
td.TdClassName
{
border-color: #6E84ED;
}
.TagClassName
{
border-color: #6E84ED;
}
</style>