Shades of Bermuda Grey #6E939D
Tints of Bermuda Grey #6E939D
RGB
CMYK
RGB Variations
Color information
#6E939D (or 0x6E939D) is known color: Bermuda Grey. HEX triplet: 6E, 93 and 9D. RGB value is (110,147,157). Sum of RGB (Red+Green+Blue) = 110+147+157=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E939D is #916C62. Grayscale: #898989. Windows color (decimal): -9530467 or 10326894. OLE color: 10326894.
HSL color Cylindrical-coordinate representation of color #6E939D: hue angle of 192.77º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E939D is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 147 | 157 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.38 |
| HSL | 192.77º | 0.19% | 0.52% | - |
| HSV(B) | 192.77º | 0.3% | 0.62% | - |
| XYZ | 22.95 | 26.62 | 35.83 | - |
| YUV | 137.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 157 | 0.30 | 0.06 | 0 | 0.38 | 192.77 | 0.19 | 0.52 |
| Hex | 6E | 93 | 9D | 1E | 6 | 0 | 26 | C1 | 13 | 34 |
| Octal | 156 | 223 | 235 | 36 | 6 | 0 | 46 | 301 | 23 | 64 |
| Binary | 1101110 | 10010011 | 10011101 | 11110 | 110 | 0 | 100110 | 11000001 | 10011 | 110100 |
Color Harmonies of #6E939D
Complementary color
Monochromatic Colors of #6E939D
Black with #6E939D
Text Example
Text Example
White with #6E939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E939D; }
p { color: rgb(110,147,157); }
H1.HeaderClassName
{
color: #6E939D;
}
.AnyTagClassName
{
color: #6E939D;
}
</style>
background-color css
<style>
a { background-color: #6E939D; }
a { background-color: rgb(110,147,157); }
div.DivClassName
{
background-color: #6E939D;
}
.BgClassName
{
background-color: #6E939D;
}
</style>
border-color css
<style>
span { border-color: #6E939D; }
span { border-color: rgb(110,147,157); }
td.TdClassName
{
border-color: #6E939D;
}
.TagClassName
{
border-color: #6E939D;
}
</style>