Shades of Bermuda Grey #6F929D
Tints of Bermuda Grey #6F929D
RGB
CMYK
RGB Variations
Color information
#6F929D (or 0x6F929D) is known color: Bermuda Grey. HEX triplet: 6F, 92 and 9D. RGB value is (111,146,157). Sum of RGB (Red+Green+Blue) = 111+146+157=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 146 (57.42% from 255 or 35.27% 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 #6F929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F929D is #906D62. Grayscale: #888888. Windows color (decimal): -9465187 or 10326639. OLE color: 10326639.
HSL color Cylindrical-coordinate representation of color #6F929D: hue angle of 194.35º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F929D is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 146 | 157 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.38 |
| HSL | 194.35º | 0.19% | 0.53% | - |
| HSV(B) | 194.35º | 0.29% | 0.62% | - |
| XYZ | 22.92 | 26.37 | 35.78 | - |
| YUV | 136.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 157 | 0.29 | 0.07 | 0 | 0.38 | 194.35 | 0.19 | 0.53 |
| Hex | 6F | 92 | 9D | 1D | 7 | 0 | 26 | C2 | 13 | 35 |
| Octal | 157 | 222 | 235 | 35 | 7 | 0 | 46 | 302 | 23 | 65 |
| Binary | 1101111 | 10010010 | 10011101 | 11101 | 111 | 0 | 100110 | 11000010 | 10011 | 110101 |
Color Harmonies of #6F929D
Complementary color
Monochromatic Colors of #6F929D
Black with #6F929D
Text Example
Text Example
White with #6F929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F929D; }
p { color: rgb(111,146,157); }
H1.HeaderClassName
{
color: #6F929D;
}
.AnyTagClassName
{
color: #6F929D;
}
</style>
background-color css
<style>
a { background-color: #6F929D; }
a { background-color: rgb(111,146,157); }
div.DivClassName
{
background-color: #6F929D;
}
.BgClassName
{
background-color: #6F929D;
}
</style>
border-color css
<style>
span { border-color: #6F929D; }
span { border-color: rgb(111,146,157); }
td.TdClassName
{
border-color: #6F929D;
}
.TagClassName
{
border-color: #6F929D;
}
</style>