Shades of Bermuda Grey #6D929D
Tints of Bermuda Grey #6D929D
RGB
CMYK
RGB Variations
Color information
#6D929D (or 0x6D929D) is known color: Bermuda Grey. HEX triplet: 6D, 92 and 9D. RGB value is (109,146,157). Sum of RGB (Red+Green+Blue) = 109+146+157=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D929D is #926D62. Grayscale: #888888. Windows color (decimal): -9596259 or 10326637. OLE color: 10326637.
HSL color Cylindrical-coordinate representation of color #6D929D: hue angle of 193.75º 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 #6D929D is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 146 | 157 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.38 |
| HSL | 193.75º | 0.2% | 0.52% | - |
| HSV(B) | 193.75º | 0.31% | 0.62% | - |
| XYZ | 22.67 | 26.24 | 35.77 | - |
| YUV | 136.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 146 | 157 | 0.31 | 0.07 | 0 | 0.38 | 193.75 | 0.2 | 0.52 |
| Hex | 6D | 92 | 9D | 1F | 7 | 0 | 26 | C2 | 14 | 34 |
| Octal | 155 | 222 | 235 | 37 | 7 | 0 | 46 | 302 | 24 | 64 |
| Binary | 1101101 | 10010010 | 10011101 | 11111 | 111 | 0 | 100110 | 11000010 | 10100 | 110100 |
Color Harmonies of #6D929D
Complementary color
Monochromatic Colors of #6D929D
Black with #6D929D
Text Example
Text Example
White with #6D929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D929D; }
p { color: rgb(109,146,157); }
H1.HeaderClassName
{
color: #6D929D;
}
.AnyTagClassName
{
color: #6D929D;
}
</style>
background-color css
<style>
a { background-color: #6D929D; }
a { background-color: rgb(109,146,157); }
div.DivClassName
{
background-color: #6D929D;
}
.BgClassName
{
background-color: #6D929D;
}
</style>
border-color css
<style>
span { border-color: #6D929D; }
span { border-color: rgb(109,146,157); }
td.TdClassName
{
border-color: #6D929D;
}
.TagClassName
{
border-color: #6D929D;
}
</style>