Shades of Bermuda Grey #6F8E9D
Tints of Bermuda Grey #6F8E9D
RGB
CMYK
RGB Variations
Color information
#6F8E9D (or 0x6F8E9D) is known color: Bermuda Grey. HEX triplet: 6F, 8E and 9D. RGB value is (111,142,157). Sum of RGB (Red+Green+Blue) = 111+142+157=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F8E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8E9D is #907162. Grayscale: #868686. Windows color (decimal): -9466211 or 10325615. OLE color: 10325615.
HSL color Cylindrical-coordinate representation of color #6F8E9D: hue angle of 199.57º 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 #6F8E9D is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 142 | 157 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.38 |
| HSL | 199.57º | 0.19% | 0.53% | - |
| HSV(B) | 199.57º | 0.29% | 0.62% | - |
| XYZ | 22.31 | 25.16 | 35.58 | - |
| YUV | 134.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 157 | 0.29 | 0.10 | 0 | 0.38 | 199.57 | 0.19 | 0.53 |
| Hex | 6F | 8E | 9D | 1D | A | 0 | 26 | C8 | 13 | 35 |
| Octal | 157 | 216 | 235 | 35 | 12 | 0 | 46 | 310 | 23 | 65 |
| Binary | 1101111 | 10001110 | 10011101 | 11101 | 1010 | 0 | 100110 | 11001000 | 10011 | 110101 |
Color Harmonies of #6F8E9D
Complementary color
Monochromatic Colors of #6F8E9D
Black with #6F8E9D
Text Example
Text Example
White with #6F8E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E9D; }
p { color: rgb(111,142,157); }
H1.HeaderClassName
{
color: #6F8E9D;
}
.AnyTagClassName
{
color: #6F8E9D;
}
</style>
background-color css
<style>
a { background-color: #6F8E9D; }
a { background-color: rgb(111,142,157); }
div.DivClassName
{
background-color: #6F8E9D;
}
.BgClassName
{
background-color: #6F8E9D;
}
</style>
border-color css
<style>
span { border-color: #6F8E9D; }
span { border-color: rgb(111,142,157); }
td.TdClassName
{
border-color: #6F8E9D;
}
.TagClassName
{
border-color: #6F8E9D;
}
</style>