Shades of Bermuda Grey #6F889D
Tints of Bermuda Grey #6F889D
RGB
CMYK
RGB Variations
Color information
#6F889D (or 0x6F889D) is known color: Bermuda Grey. HEX triplet: 6F, 88 and 9D. RGB value is (111,136,157). Sum of RGB (Red+Green+Blue) = 111+136+157=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F889D is #907762. Grayscale: #828282. Windows color (decimal): -9467747 or 10324079. OLE color: 10324079.
HSL color Cylindrical-coordinate representation of color #6F889D: hue angle of 207.39º 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 #6F889D is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 136 | 157 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.38 |
| HSL | 207.39º | 0.19% | 0.53% | - |
| HSV(B) | 207.39º | 0.29% | 0.62% | - |
| XYZ | 21.45 | 23.42 | 35.29 | - |
| YUV | 130.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 157 | 0.29 | 0.13 | 0 | 0.38 | 207.39 | 0.19 | 0.53 |
| Hex | 6F | 88 | 9D | 1D | D | 0 | 26 | CF | 13 | 35 |
| Octal | 157 | 210 | 235 | 35 | 15 | 0 | 46 | 317 | 23 | 65 |
| Binary | 1101111 | 10001000 | 10011101 | 11101 | 1101 | 0 | 100110 | 11001111 | 10011 | 110101 |
Color Harmonies of #6F889D
Complementary color
Monochromatic Colors of #6F889D
Black with #6F889D
Text Example
Text Example
White with #6F889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F889D; }
p { color: rgb(111,136,157); }
H1.HeaderClassName
{
color: #6F889D;
}
.AnyTagClassName
{
color: #6F889D;
}
</style>
background-color css
<style>
a { background-color: #6F889D; }
a { background-color: rgb(111,136,157); }
div.DivClassName
{
background-color: #6F889D;
}
.BgClassName
{
background-color: #6F889D;
}
</style>
border-color css
<style>
span { border-color: #6F889D; }
span { border-color: rgb(111,136,157); }
td.TdClassName
{
border-color: #6F889D;
}
.TagClassName
{
border-color: #6F889D;
}
</style>