Shades of Bermuda Grey #6D8798
Tints of Bermuda Grey #6D8798
RGB
CMYK
RGB Variations
Color information
#6D8798 (or 0x6D8798) is known color: Bermuda Grey. HEX triplet: 6D, 87 and 98. RGB value is (109,135,152). Sum of RGB (Red+Green+Blue) = 109+135+152=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D8798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8798 is #927867. Grayscale: #818181. Windows color (decimal): -9599080 or 9996141. OLE color: 9996141.
HSL color Cylindrical-coordinate representation of color #6D8798: hue angle of 203.72º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D8798 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 135 | 152 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.40 |
| HSL | 203.72º | 0.17% | 0.51% | - |
| HSV(B) | 203.72º | 0.28% | 0.6% | - |
| XYZ | 20.64 | 22.85 | 33.03 | - |
| YUV | 129.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 152 | 0.28 | 0.11 | 0 | 0.40 | 203.72 | 0.17 | 0.51 |
| Hex | 6D | 87 | 98 | 1C | B | 0 | 28 | CC | 11 | 33 |
| Octal | 155 | 207 | 230 | 34 | 13 | 0 | 50 | 314 | 21 | 63 |
| Binary | 1101101 | 10000111 | 10011000 | 11100 | 1011 | 0 | 101000 | 11001100 | 10001 | 110011 |
Color Harmonies of #6D8798
Complementary color
Monochromatic Colors of #6D8798
Black with #6D8798
Text Example
Text Example
White with #6D8798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8798; }
p { color: rgb(109,135,152); }
H1.HeaderClassName
{
color: #6D8798;
}
.AnyTagClassName
{
color: #6D8798;
}
</style>
background-color css
<style>
a { background-color: #6D8798; }
a { background-color: rgb(109,135,152); }
div.DivClassName
{
background-color: #6D8798;
}
.BgClassName
{
background-color: #6D8798;
}
</style>
border-color css
<style>
span { border-color: #6D8798; }
span { border-color: rgb(109,135,152); }
td.TdClassName
{
border-color: #6D8798;
}
.TagClassName
{
border-color: #6D8798;
}
</style>