Shades of Bermuda Grey #6E869B
Tints of Bermuda Grey #6E869B
RGB
CMYK
RGB Variations
Color information
#6E869B (or 0x6E869B) is known color: Bermuda Grey. HEX triplet: 6E, 86 and 9B. RGB value is (110,134,155). Sum of RGB (Red+Green+Blue) = 110+134+155=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E869B is #917964. Grayscale: #818181. Windows color (decimal): -9533797 or 10192494. OLE color: 10192494.
HSL color Cylindrical-coordinate representation of color #6E869B: hue angle of 208º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E869B is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 134 | 155 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.39 |
| HSL | 208º | 0.18% | 0.52% | - |
| HSV(B) | 208º | 0.29% | 0.61% | - |
| XYZ | 20.87 | 22.73 | 34.3 | - |
| YUV | 129.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 155 | 0.29 | 0.14 | 0 | 0.39 | 208 | 0.18 | 0.52 |
| Hex | 6E | 86 | 9B | 1D | E | 0 | 27 | D0 | 12 | 34 |
| Octal | 156 | 206 | 233 | 35 | 16 | 0 | 47 | 320 | 22 | 64 |
| Binary | 1101110 | 10000110 | 10011011 | 11101 | 1110 | 0 | 100111 | 11010000 | 10010 | 110100 |
Color Harmonies of #6E869B
Complementary color
Monochromatic Colors of #6E869B
Black with #6E869B
Text Example
Text Example
White with #6E869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E869B; }
p { color: rgb(110,134,155); }
H1.HeaderClassName
{
color: #6E869B;
}
.AnyTagClassName
{
color: #6E869B;
}
</style>
background-color css
<style>
a { background-color: #6E869B; }
a { background-color: rgb(110,134,155); }
div.DivClassName
{
background-color: #6E869B;
}
.BgClassName
{
background-color: #6E869B;
}
</style>
border-color css
<style>
span { border-color: #6E869B; }
span { border-color: rgb(110,134,155); }
td.TdClassName
{
border-color: #6E869B;
}
.TagClassName
{
border-color: #6E869B;
}
</style>