Shades of Bermuda Grey #6D939E
Tints of Bermuda Grey #6D939E
RGB
CMYK
RGB Variations
Color information
#6D939E (or 0x6D939E) is known color: Bermuda Grey. HEX triplet: 6D, 93 and 9E. RGB value is (109,147,158). Sum of RGB (Red+Green+Blue) = 109+147+158=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D939E is #926C61. Grayscale: #888888. Windows color (decimal): -9596002 or 10392429. OLE color: 10392429.
HSL color Cylindrical-coordinate representation of color #6D939E: hue angle of 193.47º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D939E is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 147 | 158 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.38 |
| HSL | 193.47º | 0.2% | 0.52% | - |
| HSV(B) | 193.47º | 0.31% | 0.62% | - |
| XYZ | 22.91 | 26.59 | 36.27 | - |
| YUV | 136.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 147 | 158 | 0.31 | 0.07 | 0 | 0.38 | 193.47 | 0.2 | 0.52 |
| Hex | 6D | 93 | 9E | 1F | 7 | 0 | 26 | C1 | 14 | 34 |
| Octal | 155 | 223 | 236 | 37 | 7 | 0 | 46 | 301 | 24 | 64 |
| Binary | 1101101 | 10010011 | 10011110 | 11111 | 111 | 0 | 100110 | 11000001 | 10100 | 110100 |
Color Harmonies of #6D939E
Complementary color
Monochromatic Colors of #6D939E
Black with #6D939E
Text Example
Text Example
White with #6D939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D939E; }
p { color: rgb(109,147,158); }
H1.HeaderClassName
{
color: #6D939E;
}
.AnyTagClassName
{
color: #6D939E;
}
</style>
background-color css
<style>
a { background-color: #6D939E; }
a { background-color: rgb(109,147,158); }
div.DivClassName
{
background-color: #6D939E;
}
.BgClassName
{
background-color: #6D939E;
}
</style>
border-color css
<style>
span { border-color: #6D939E; }
span { border-color: rgb(109,147,158); }
td.TdClassName
{
border-color: #6D939E;
}
.TagClassName
{
border-color: #6D939E;
}
</style>