Shades of Bermuda Grey #6E8DA5
Tints of Bermuda Grey #6E8DA5
RGB
CMYK
RGB Variations
Color information
#6E8DA5 (or 0x6E8DA5) is known color: Bermuda Grey. HEX triplet: 6E, 8D and A5. RGB value is (110,141,165). Sum of RGB (Red+Green+Blue) = 110+141+165=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 165 - color contains mainly: blue. Hex color #6E8DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8DA5 is #91725A. Grayscale: #868686. Windows color (decimal): -9531995 or 10849646. OLE color: 10849646.
HSL color Cylindrical-coordinate representation of color #6E8DA5: hue angle of 206.18º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E8DA5 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 141 | 165 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.35 |
| HSL | 206.18º | 0.23% | 0.54% | - |
| HSV(B) | 206.18º | 0.33% | 0.65% | - |
| XYZ | 22.75 | 25.08 | 39.24 | - |
| YUV | 134.47 | 145.23 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 141 | 165 | 0.33 | 0.15 | 0 | 0.35 | 206.18 | 0.23 | 0.54 |
| Hex | 6E | 8D | A5 | 21 | F | 0 | 23 | CE | 17 | 36 |
| Octal | 156 | 215 | 245 | 41 | 17 | 0 | 43 | 316 | 27 | 66 |
| Binary | 1101110 | 10001101 | 10100101 | 100001 | 1111 | 0 | 100011 | 11001110 | 10111 | 110110 |
Color Harmonies of #6E8DA5
Complementary color
Monochromatic Colors of #6E8DA5
Black with #6E8DA5
Text Example
Text Example
White with #6E8DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8DA5; }
p { color: rgb(110,141,165); }
H1.HeaderClassName
{
color: #6E8DA5;
}
.AnyTagClassName
{
color: #6E8DA5;
}
</style>
background-color css
<style>
a { background-color: #6E8DA5; }
a { background-color: rgb(110,141,165); }
div.DivClassName
{
background-color: #6E8DA5;
}
.BgClassName
{
background-color: #6E8DA5;
}
</style>
border-color css
<style>
span { border-color: #6E8DA5; }
span { border-color: rgb(110,141,165); }
td.TdClassName
{
border-color: #6E8DA5;
}
.TagClassName
{
border-color: #6E8DA5;
}
</style>