Shades of Bermuda Grey #6D889A
Tints of Bermuda Grey #6D889A
RGB
CMYK
RGB Variations
Color information
#6D889A (or 0x6D889A) is known color: Bermuda Grey. HEX triplet: 6D, 88 and 9A. RGB value is (109,136,154). Sum of RGB (Red+Green+Blue) = 109+136+154=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D889A is #927765. Grayscale: #818181. Windows color (decimal): -9598822 or 10127469. OLE color: 10127469.
HSL color Cylindrical-coordinate representation of color #6D889A: hue angle of 204º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D889A is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 136 | 154 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.40 |
| HSL | 204º | 0.18% | 0.52% | - |
| HSV(B) | 204º | 0.29% | 0.6% | - |
| XYZ | 20.94 | 23.19 | 33.94 | - |
| YUV | 129.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 154 | 0.29 | 0.12 | 0 | 0.40 | 204 | 0.18 | 0.52 |
| Hex | 6D | 88 | 9A | 1D | C | 0 | 28 | CC | 12 | 34 |
| Octal | 155 | 210 | 232 | 35 | 14 | 0 | 50 | 314 | 22 | 64 |
| Binary | 1101101 | 10001000 | 10011010 | 11101 | 1100 | 0 | 101000 | 11001100 | 10010 | 110100 |
Color Harmonies of #6D889A
Complementary color
Monochromatic Colors of #6D889A
Black with #6D889A
Text Example
Text Example
White with #6D889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D889A; }
p { color: rgb(109,136,154); }
H1.HeaderClassName
{
color: #6D889A;
}
.AnyTagClassName
{
color: #6D889A;
}
</style>
background-color css
<style>
a { background-color: #6D889A; }
a { background-color: rgb(109,136,154); }
div.DivClassName
{
background-color: #6D889A;
}
.BgClassName
{
background-color: #6D889A;
}
</style>
border-color css
<style>
span { border-color: #6D889A; }
span { border-color: rgb(109,136,154); }
td.TdClassName
{
border-color: #6D889A;
}
.TagClassName
{
border-color: #6D889A;
}
</style>