Shades of Bermuda Grey #6E889E
Tints of Bermuda Grey #6E889E
RGB
CMYK
RGB Variations
Color information
#6E889E (or 0x6E889E) is known color: Bermuda Grey. HEX triplet: 6E, 88 and 9E. RGB value is (110,136,158). Sum of RGB (Red+Green+Blue) = 110+136+158=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E889E is #917761. Grayscale: #828282. Windows color (decimal): -9533282 or 10389614. OLE color: 10389614.
HSL color Cylindrical-coordinate representation of color #6E889E: hue angle of 207.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E889E is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 136 | 158 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.38 |
| HSL | 207.5º | 0.2% | 0.53% | - |
| HSV(B) | 207.5º | 0.3% | 0.62% | - |
| XYZ | 21.41 | 23.39 | 35.73 | - |
| YUV | 130.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 158 | 0.30 | 0.14 | 0 | 0.38 | 207.5 | 0.2 | 0.53 |
| Hex | 6E | 88 | 9E | 1E | E | 0 | 26 | D0 | 14 | 35 |
| Octal | 156 | 210 | 236 | 36 | 16 | 0 | 46 | 320 | 24 | 65 |
| Binary | 1101110 | 10001000 | 10011110 | 11110 | 1110 | 0 | 100110 | 11010000 | 10100 | 110101 |
Color Harmonies of #6E889E
Complementary color
Monochromatic Colors of #6E889E
Black with #6E889E
Text Example
Text Example
White with #6E889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E889E; }
p { color: rgb(110,136,158); }
H1.HeaderClassName
{
color: #6E889E;
}
.AnyTagClassName
{
color: #6E889E;
}
</style>
background-color css
<style>
a { background-color: #6E889E; }
a { background-color: rgb(110,136,158); }
div.DivClassName
{
background-color: #6E889E;
}
.BgClassName
{
background-color: #6E889E;
}
</style>
border-color css
<style>
span { border-color: #6E889E; }
span { border-color: rgb(110,136,158); }
td.TdClassName
{
border-color: #6E889E;
}
.TagClassName
{
border-color: #6E889E;
}
</style>