Shades of Bermuda Grey #6E8EA0
Tints of Bermuda Grey #6E8EA0
RGB
CMYK
RGB Variations
Color information
#6E8EA0 (or 0x6E8EA0) is known color: Bermuda Grey. HEX triplet: 6E, 8E and A0. RGB value is (110,142,160). Sum of RGB (Red+Green+Blue) = 110+142+160=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 160 - color contains mainly: blue. Hex color #6E8EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8EA0 is #91715F. Grayscale: #868686. Windows color (decimal): -9531744 or 10522222. OLE color: 10522222.
HSL color Cylindrical-coordinate representation of color #6E8EA0: hue angle of 201.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E8EA0 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 142 | 160 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.37 |
| HSL | 201.6º | 0.21% | 0.53% | - |
| HSV(B) | 201.6º | 0.31% | 0.63% | - |
| XYZ | 22.45 | 25.2 | 36.94 | - |
| YUV | 134.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 142 | 160 | 0.31 | 0.11 | 0 | 0.37 | 201.6 | 0.21 | 0.53 |
| Hex | 6E | 8E | A0 | 1F | B | 0 | 25 | CA | 15 | 35 |
| Octal | 156 | 216 | 240 | 37 | 13 | 0 | 45 | 312 | 25 | 65 |
| Binary | 1101110 | 10001110 | 10100000 | 11111 | 1011 | 0 | 100101 | 11001010 | 10101 | 110101 |
Color Harmonies of #6E8EA0
Complementary color
Monochromatic Colors of #6E8EA0
Black with #6E8EA0
Text Example
Text Example
White with #6E8EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8EA0; }
p { color: rgb(110,142,160); }
H1.HeaderClassName
{
color: #6E8EA0;
}
.AnyTagClassName
{
color: #6E8EA0;
}
</style>
background-color css
<style>
a { background-color: #6E8EA0; }
a { background-color: rgb(110,142,160); }
div.DivClassName
{
background-color: #6E8EA0;
}
.BgClassName
{
background-color: #6E8EA0;
}
</style>
border-color css
<style>
span { border-color: #6E8EA0; }
span { border-color: rgb(110,142,160); }
td.TdClassName
{
border-color: #6E8EA0;
}
.TagClassName
{
border-color: #6E8EA0;
}
</style>