Shades of Bermuda Grey #6E8EAB
Tints of Bermuda Grey #6E8EAB
RGB
CMYK
RGB Variations
Color information
#6E8EAB (or 0x6E8EAB) is known color: Bermuda Grey. HEX triplet: 6E, 8E and AB. RGB value is (110,142,171). Sum of RGB (Red+Green+Blue) = 110+142+171=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E8EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8EAB is #917154. Grayscale: #878787. Windows color (decimal): -9531733 or 11243118. OLE color: 11243118.
HSL color Cylindrical-coordinate representation of color #6E8EAB: hue angle of 208.52º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E8EAB is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 142 | 171 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.33 |
| HSL | 208.52º | 0.27% | 0.55% | - |
| HSV(B) | 208.52º | 0.36% | 0.67% | - |
| XYZ | 23.45 | 25.6 | 42.23 | - |
| YUV | 135.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 142 | 171 | 0.36 | 0.17 | 0 | 0.33 | 208.52 | 0.27 | 0.55 |
| Hex | 6E | 8E | AB | 24 | 11 | 0 | 21 | D1 | 1B | 37 |
| Octal | 156 | 216 | 253 | 44 | 21 | 0 | 41 | 321 | 33 | 67 |
| Binary | 1101110 | 10001110 | 10101011 | 100100 | 10001 | 0 | 100001 | 11010001 | 11011 | 110111 |
Color Harmonies of #6E8EAB
Complementary color
Monochromatic Colors of #6E8EAB
Black with #6E8EAB
Text Example
Text Example
White with #6E8EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8EAB; }
p { color: rgb(110,142,171); }
H1.HeaderClassName
{
color: #6E8EAB;
}
.AnyTagClassName
{
color: #6E8EAB;
}
</style>
background-color css
<style>
a { background-color: #6E8EAB; }
a { background-color: rgb(110,142,171); }
div.DivClassName
{
background-color: #6E8EAB;
}
.BgClassName
{
background-color: #6E8EAB;
}
</style>
border-color css
<style>
span { border-color: #6E8EAB; }
span { border-color: rgb(110,142,171); }
td.TdClassName
{
border-color: #6E8EAB;
}
.TagClassName
{
border-color: #6E8EAB;
}
</style>