Shades of Bermuda Grey #6E8799
Tints of Bermuda Grey #6E8799
RGB
CMYK
RGB Variations
Color information
#6E8799 (or 0x6E8799) is known color: Bermuda Grey. HEX triplet: 6E, 87 and 99. RGB value is (110,135,153). Sum of RGB (Red+Green+Blue) = 110+135+153=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E8799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8799 is #917866. Grayscale: #818181. Windows color (decimal): -9533543 or 10061678. OLE color: 10061678.
HSL color Cylindrical-coordinate representation of color #6E8799: hue angle of 205.12º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E8799 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 135 | 153 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.4 |
| HSL | 205.12º | 0.17% | 0.52% | - |
| HSV(B) | 205.12º | 0.28% | 0.6% | - |
| XYZ | 20.84 | 22.94 | 33.47 | - |
| YUV | 129.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 135 | 153 | 0.28 | 0.12 | 0 | 0.4 | 205.12 | 0.17 | 0.52 |
| Hex | 6E | 87 | 99 | 1C | C | 0 | 28 | CD | 11 | 34 |
| Octal | 156 | 207 | 231 | 34 | 14 | 0 | 50 | 315 | 21 | 64 |
| Binary | 1101110 | 10000111 | 10011001 | 11100 | 1100 | 0 | 101000 | 11001101 | 10001 | 110100 |
Color Harmonies of #6E8799
Complementary color
Monochromatic Colors of #6E8799
Black with #6E8799
Text Example
Text Example
White with #6E8799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8799; }
p { color: rgb(110,135,153); }
H1.HeaderClassName
{
color: #6E8799;
}
.AnyTagClassName
{
color: #6E8799;
}
</style>
background-color css
<style>
a { background-color: #6E8799; }
a { background-color: rgb(110,135,153); }
div.DivClassName
{
background-color: #6E8799;
}
.BgClassName
{
background-color: #6E8799;
}
</style>
border-color css
<style>
span { border-color: #6E8799; }
span { border-color: rgb(110,135,153); }
td.TdClassName
{
border-color: #6E8799;
}
.TagClassName
{
border-color: #6E8799;
}
</style>