Shades of Bermuda Grey #6F909B
Tints of Bermuda Grey #6F909B
RGB
CMYK
RGB Variations
Color information
#6F909B (or 0x6F909B) is known color: Bermuda Grey. HEX triplet: 6F, 90 and 9B. RGB value is (111,144,155). Sum of RGB (Red+Green+Blue) = 111+144+155=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F909B is #906F64. Grayscale: #878787. Windows color (decimal): -9465701 or 10195055. OLE color: 10195055.
HSL color Cylindrical-coordinate representation of color #6F909B: hue angle of 195º 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 #6F909B is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 144 | 155 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.39 |
| HSL | 195º | 0.18% | 0.52% | - |
| HSV(B) | 195º | 0.28% | 0.61% | - |
| XYZ | 22.45 | 25.69 | 34.79 | - |
| YUV | 135.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 155 | 0.28 | 0.07 | 0 | 0.39 | 195 | 0.18 | 0.52 |
| Hex | 6F | 90 | 9B | 1C | 7 | 0 | 27 | C3 | 12 | 34 |
| Octal | 157 | 220 | 233 | 34 | 7 | 0 | 47 | 303 | 22 | 64 |
| Binary | 1101111 | 10010000 | 10011011 | 11100 | 111 | 0 | 100111 | 11000011 | 10010 | 110100 |
Color Harmonies of #6F909B
Complementary color
Monochromatic Colors of #6F909B
Black with #6F909B
Text Example
Text Example
White with #6F909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F909B; }
p { color: rgb(111,144,155); }
H1.HeaderClassName
{
color: #6F909B;
}
.AnyTagClassName
{
color: #6F909B;
}
</style>
background-color css
<style>
a { background-color: #6F909B; }
a { background-color: rgb(111,144,155); }
div.DivClassName
{
background-color: #6F909B;
}
.BgClassName
{
background-color: #6F909B;
}
</style>
border-color css
<style>
span { border-color: #6F909B; }
span { border-color: rgb(111,144,155); }
td.TdClassName
{
border-color: #6F909B;
}
.TagClassName
{
border-color: #6F909B;
}
</style>