Shades of Bermuda Grey #6D9AA9
Tints of Bermuda Grey #6D9AA9
RGB
CMYK
RGB Variations
Color information
#6D9AA9 (or 0x6D9AA9) is known color: Bermuda Grey. HEX triplet: 6D, 9A and A9. RGB value is (109,154,169). Sum of RGB (Red+Green+Blue) = 109+154+169=432 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.23% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 169 - color contains mainly: blue. Hex color #6D9AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9AA9 is #926556. Grayscale: #8E8E8E. Windows color (decimal): -9594199 or 11115117. OLE color: 11115117.
HSL color Cylindrical-coordinate representation of color #6D9AA9: hue angle of 195º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D9AA9 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 154 | 169 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.34 |
| HSL | 195º | 0.26% | 0.55% | - |
| HSV(B) | 195º | 0.36% | 0.66% | - |
| XYZ | 25.02 | 29.23 | 41.86 | - |
| YUV | 142.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 169 | 0.36 | 0.09 | 0 | 0.34 | 195 | 0.26 | 0.55 |
| Hex | 6D | 9A | A9 | 24 | 9 | 0 | 22 | C3 | 1A | 37 |
| Octal | 155 | 232 | 251 | 44 | 11 | 0 | 42 | 303 | 32 | 67 |
| Binary | 1101101 | 10011010 | 10101001 | 100100 | 1001 | 0 | 100010 | 11000011 | 11010 | 110111 |
Color Harmonies of #6D9AA9
Complementary color
Monochromatic Colors of #6D9AA9
Black with #6D9AA9
Text Example
Text Example
White with #6D9AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9AA9; }
p { color: rgb(109,154,169); }
H1.HeaderClassName
{
color: #6D9AA9;
}
.AnyTagClassName
{
color: #6D9AA9;
}
</style>
background-color css
<style>
a { background-color: #6D9AA9; }
a { background-color: rgb(109,154,169); }
div.DivClassName
{
background-color: #6D9AA9;
}
.BgClassName
{
background-color: #6D9AA9;
}
</style>
border-color css
<style>
span { border-color: #6D9AA9; }
span { border-color: rgb(109,154,169); }
td.TdClassName
{
border-color: #6D9AA9;
}
.TagClassName
{
border-color: #6D9AA9;
}
</style>