Shades of Bermuda Grey #6F8BA9
Tints of Bermuda Grey #6F8BA9
RGB
CMYK
RGB Variations
Color information
#6F8BA9 (or 0x6F8BA9) is known color: Bermuda Grey. HEX triplet: 6F, 8B and A9. RGB value is (111,139,169). Sum of RGB (Red+Green+Blue) = 111+139+169=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 169 - color contains mainly: blue. Hex color #6F8BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8BA9 is #907456. Grayscale: #858585. Windows color (decimal): -9466967 or 11111279. OLE color: 11111279.
HSL color Cylindrical-coordinate representation of color #6F8BA9: hue angle of 211.03º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F8BA9 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 139 | 169 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.34 |
| HSL | 211.03º | 0.25% | 0.55% | - |
| HSV(B) | 211.03º | 0.34% | 0.66% | - |
| XYZ | 22.95 | 24.71 | 41.1 | - |
| YUV | 134.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 139 | 169 | 0.34 | 0.18 | 0 | 0.34 | 211.03 | 0.25 | 0.55 |
| Hex | 6F | 8B | A9 | 22 | 12 | 0 | 22 | D3 | 19 | 37 |
| Octal | 157 | 213 | 251 | 42 | 22 | 0 | 42 | 323 | 31 | 67 |
| Binary | 1101111 | 10001011 | 10101001 | 100010 | 10010 | 0 | 100010 | 11010011 | 11001 | 110111 |
Color Harmonies of #6F8BA9
Complementary color
Monochromatic Colors of #6F8BA9
Black with #6F8BA9
Text Example
Text Example
White with #6F8BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8BA9; }
p { color: rgb(111,139,169); }
H1.HeaderClassName
{
color: #6F8BA9;
}
.AnyTagClassName
{
color: #6F8BA9;
}
</style>
background-color css
<style>
a { background-color: #6F8BA9; }
a { background-color: rgb(111,139,169); }
div.DivClassName
{
background-color: #6F8BA9;
}
.BgClassName
{
background-color: #6F8BA9;
}
</style>
border-color css
<style>
span { border-color: #6F8BA9; }
span { border-color: rgb(111,139,169); }
td.TdClassName
{
border-color: #6F8BA9;
}
.TagClassName
{
border-color: #6F8BA9;
}
</style>