Shades of Bermuda Grey #6E8DA6
Tints of Bermuda Grey #6E8DA6
RGB
CMYK
RGB Variations
Color information
#6E8DA6 (or 0x6E8DA6) is known color: Bermuda Grey. HEX triplet: 6E, 8D and A6. RGB value is (110,141,166). Sum of RGB (Red+Green+Blue) = 110+141+166=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 166 - color contains mainly: blue. Hex color #6E8DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8DA6 is #917259. Grayscale: #868686. Windows color (decimal): -9531994 or 10915182. OLE color: 10915182.
HSL color Cylindrical-coordinate representation of color #6E8DA6: hue angle of 206.79º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E8DA6 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 141 | 166 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.35 |
| HSL | 206.79º | 0.24% | 0.54% | - |
| HSV(B) | 206.79º | 0.34% | 0.65% | - |
| XYZ | 22.84 | 25.12 | 39.72 | - |
| YUV | 134.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 141 | 166 | 0.34 | 0.15 | 0 | 0.35 | 206.79 | 0.24 | 0.54 |
| Hex | 6E | 8D | A6 | 22 | F | 0 | 23 | CF | 18 | 36 |
| Octal | 156 | 215 | 246 | 42 | 17 | 0 | 43 | 317 | 30 | 66 |
| Binary | 1101110 | 10001101 | 10100110 | 100010 | 1111 | 0 | 100011 | 11001111 | 11000 | 110110 |
Color Harmonies of #6E8DA6
Complementary color
Monochromatic Colors of #6E8DA6
Black with #6E8DA6
Text Example
Text Example
White with #6E8DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8DA6; }
p { color: rgb(110,141,166); }
H1.HeaderClassName
{
color: #6E8DA6;
}
.AnyTagClassName
{
color: #6E8DA6;
}
</style>
background-color css
<style>
a { background-color: #6E8DA6; }
a { background-color: rgb(110,141,166); }
div.DivClassName
{
background-color: #6E8DA6;
}
.BgClassName
{
background-color: #6E8DA6;
}
</style>
border-color css
<style>
span { border-color: #6E8DA6; }
span { border-color: rgb(110,141,166); }
td.TdClassName
{
border-color: #6E8DA6;
}
.TagClassName
{
border-color: #6E8DA6;
}
</style>