Shades of Bermuda Grey #6F899C
Tints of Bermuda Grey #6F899C
RGB
CMYK
RGB Variations
Color information
#6F899C (or 0x6F899C) is known color: Bermuda Grey. HEX triplet: 6F, 89 and 9C. RGB value is (111,137,156). Sum of RGB (Red+Green+Blue) = 111+137+156=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F899C is #907663. Grayscale: #838383. Windows color (decimal): -9467492 or 10258799. OLE color: 10258799.
HSL color Cylindrical-coordinate representation of color #6F899C: hue angle of 205.33º 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 #6F899C is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 137 | 156 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.39 |
| HSL | 205.33º | 0.19% | 0.52% | - |
| HSV(B) | 205.33º | 0.29% | 0.61% | - |
| XYZ | 21.5 | 23.67 | 34.89 | - |
| YUV | 131.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 156 | 0.29 | 0.12 | 0 | 0.39 | 205.33 | 0.19 | 0.52 |
| Hex | 6F | 89 | 9C | 1D | C | 0 | 27 | CD | 13 | 34 |
| Octal | 157 | 211 | 234 | 35 | 14 | 0 | 47 | 315 | 23 | 64 |
| Binary | 1101111 | 10001001 | 10011100 | 11101 | 1100 | 0 | 100111 | 11001101 | 10011 | 110100 |
Color Harmonies of #6F899C
Complementary color
Monochromatic Colors of #6F899C
Black with #6F899C
Text Example
Text Example
White with #6F899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F899C; }
p { color: rgb(111,137,156); }
H1.HeaderClassName
{
color: #6F899C;
}
.AnyTagClassName
{
color: #6F899C;
}
</style>
background-color css
<style>
a { background-color: #6F899C; }
a { background-color: rgb(111,137,156); }
div.DivClassName
{
background-color: #6F899C;
}
.BgClassName
{
background-color: #6F899C;
}
</style>
border-color css
<style>
span { border-color: #6F899C; }
span { border-color: rgb(111,137,156); }
td.TdClassName
{
border-color: #6F899C;
}
.TagClassName
{
border-color: #6F899C;
}
</style>