Shades of Bermuda Grey #6F899B
Tints of Bermuda Grey #6F899B
RGB
CMYK
RGB Variations
Color information
#6F899B (or 0x6F899B) is known color: Bermuda Grey. HEX triplet: 6F, 89 and 9B. RGB value is (111,137,155). Sum of RGB (Red+Green+Blue) = 111+137+155=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F899B is #907664. Grayscale: #838383. Windows color (decimal): -9467493 or 10193263. OLE color: 10193263.
HSL color Cylindrical-coordinate representation of color #6F899B: hue angle of 204.55º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F899B is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 137 | 155 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.39 |
| HSL | 204.55º | 0.18% | 0.52% | - |
| HSV(B) | 204.55º | 0.28% | 0.61% | - |
| XYZ | 21.42 | 23.64 | 34.44 | - |
| YUV | 131.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 155 | 0.28 | 0.12 | 0 | 0.39 | 204.55 | 0.18 | 0.52 |
| Hex | 6F | 89 | 9B | 1C | C | 0 | 27 | CD | 12 | 34 |
| Octal | 157 | 211 | 233 | 34 | 14 | 0 | 47 | 315 | 22 | 64 |
| Binary | 1101111 | 10001001 | 10011011 | 11100 | 1100 | 0 | 100111 | 11001101 | 10010 | 110100 |
Color Harmonies of #6F899B
Complementary color
Monochromatic Colors of #6F899B
Black with #6F899B
Text Example
Text Example
White with #6F899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F899B; }
p { color: rgb(111,137,155); }
H1.HeaderClassName
{
color: #6F899B;
}
.AnyTagClassName
{
color: #6F899B;
}
</style>
background-color css
<style>
a { background-color: #6F899B; }
a { background-color: rgb(111,137,155); }
div.DivClassName
{
background-color: #6F899B;
}
.BgClassName
{
background-color: #6F899B;
}
</style>
border-color css
<style>
span { border-color: #6F899B; }
span { border-color: rgb(111,137,155); }
td.TdClassName
{
border-color: #6F899B;
}
.TagClassName
{
border-color: #6F899B;
}
</style>