Shades of Bermuda Grey #6F8F9D
Tints of Bermuda Grey #6F8F9D
RGB
CMYK
RGB Variations
Color information
#6F8F9D (or 0x6F8F9D) is known color: Bermuda Grey. HEX triplet: 6F, 8F and 9D. RGB value is (111,143,157). Sum of RGB (Red+Green+Blue) = 111+143+157=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F8F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8F9D is #907062. Grayscale: #868686. Windows color (decimal): -9465955 or 10325871. OLE color: 10325871.
HSL color Cylindrical-coordinate representation of color #6F8F9D: hue angle of 198.26º 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 #6F8F9D is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 143 | 157 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.38 |
| HSL | 198.26º | 0.19% | 0.53% | - |
| HSV(B) | 198.26º | 0.29% | 0.62% | - |
| XYZ | 22.46 | 25.46 | 35.63 | - |
| YUV | 135.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 157 | 0.29 | 0.09 | 0 | 0.38 | 198.26 | 0.19 | 0.53 |
| Hex | 6F | 8F | 9D | 1D | 9 | 0 | 26 | C6 | 13 | 35 |
| Octal | 157 | 217 | 235 | 35 | 11 | 0 | 46 | 306 | 23 | 65 |
| Binary | 1101111 | 10001111 | 10011101 | 11101 | 1001 | 0 | 100110 | 11000110 | 10011 | 110101 |
Color Harmonies of #6F8F9D
Complementary color
Monochromatic Colors of #6F8F9D
Black with #6F8F9D
Text Example
Text Example
White with #6F8F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8F9D; }
p { color: rgb(111,143,157); }
H1.HeaderClassName
{
color: #6F8F9D;
}
.AnyTagClassName
{
color: #6F8F9D;
}
</style>
background-color css
<style>
a { background-color: #6F8F9D; }
a { background-color: rgb(111,143,157); }
div.DivClassName
{
background-color: #6F8F9D;
}
.BgClassName
{
background-color: #6F8F9D;
}
</style>
border-color css
<style>
span { border-color: #6F8F9D; }
span { border-color: rgb(111,143,157); }
td.TdClassName
{
border-color: #6F8F9D;
}
.TagClassName
{
border-color: #6F8F9D;
}
</style>