Shades of Bermuda Grey #6F8B9C
Tints of Bermuda Grey #6F8B9C
RGB
CMYK
RGB Variations
Color information
#6F8B9C (or 0x6F8B9C) is known color: Bermuda Grey. HEX triplet: 6F, 8B and 9C. RGB value is (111,139,156). Sum of RGB (Red+Green+Blue) = 111+139+156=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F8B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8B9C is #907463. Grayscale: #848484. Windows color (decimal): -9466980 or 10259311. OLE color: 10259311.
HSL color Cylindrical-coordinate representation of color #6F8B9C: hue angle of 202.67º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F8B9C is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 139 | 156 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.39 |
| HSL | 202.67º | 0.19% | 0.52% | - |
| HSV(B) | 202.67º | 0.29% | 0.61% | - |
| XYZ | 21.79 | 24.25 | 34.98 | - |
| YUV | 132.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 139 | 156 | 0.29 | 0.11 | 0 | 0.39 | 202.67 | 0.19 | 0.52 |
| Hex | 6F | 8B | 9C | 1D | B | 0 | 27 | CB | 13 | 34 |
| Octal | 157 | 213 | 234 | 35 | 13 | 0 | 47 | 313 | 23 | 64 |
| Binary | 1101111 | 10001011 | 10011100 | 11101 | 1011 | 0 | 100111 | 11001011 | 10011 | 110100 |
Color Harmonies of #6F8B9C
Complementary color
Monochromatic Colors of #6F8B9C
Black with #6F8B9C
Text Example
Text Example
White with #6F8B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8B9C; }
p { color: rgb(111,139,156); }
H1.HeaderClassName
{
color: #6F8B9C;
}
.AnyTagClassName
{
color: #6F8B9C;
}
</style>
background-color css
<style>
a { background-color: #6F8B9C; }
a { background-color: rgb(111,139,156); }
div.DivClassName
{
background-color: #6F8B9C;
}
.BgClassName
{
background-color: #6F8B9C;
}
</style>
border-color css
<style>
span { border-color: #6F8B9C; }
span { border-color: rgb(111,139,156); }
td.TdClassName
{
border-color: #6F8B9C;
}
.TagClassName
{
border-color: #6F8B9C;
}
</style>