Shades of Bermuda Grey #6D8FAA
Tints of Bermuda Grey #6D8FAA
RGB
CMYK
RGB Variations
Color information
#6D8FAA (or 0x6D8FAA) is known color: Bermuda Grey. HEX triplet: 6D, 8F and AA. RGB value is (109,143,170). Sum of RGB (Red+Green+Blue) = 109+143+170=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D8FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8FAA is #927055. Grayscale: #878787. Windows color (decimal): -9597014 or 11177837. OLE color: 11177837.
HSL color Cylindrical-coordinate representation of color #6D8FAA: hue angle of 206.56º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D8FAA is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 143 | 170 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.33 |
| HSL | 206.56º | 0.26% | 0.55% | - |
| HSV(B) | 206.56º | 0.36% | 0.67% | - |
| XYZ | 23.38 | 25.8 | 41.78 | - |
| YUV | 135.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 143 | 170 | 0.36 | 0.16 | 0 | 0.33 | 206.56 | 0.26 | 0.55 |
| Hex | 6D | 8F | AA | 24 | 10 | 0 | 21 | CF | 1A | 37 |
| Octal | 155 | 217 | 252 | 44 | 20 | 0 | 41 | 317 | 32 | 67 |
| Binary | 1101101 | 10001111 | 10101010 | 100100 | 10000 | 0 | 100001 | 11001111 | 11010 | 110111 |
Color Harmonies of #6D8FAA
Complementary color
Monochromatic Colors of #6D8FAA
Black with #6D8FAA
Text Example
Text Example
White with #6D8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8FAA; }
p { color: rgb(109,143,170); }
H1.HeaderClassName
{
color: #6D8FAA;
}
.AnyTagClassName
{
color: #6D8FAA;
}
</style>
background-color css
<style>
a { background-color: #6D8FAA; }
a { background-color: rgb(109,143,170); }
div.DivClassName
{
background-color: #6D8FAA;
}
.BgClassName
{
background-color: #6D8FAA;
}
</style>
border-color css
<style>
span { border-color: #6D8FAA; }
span { border-color: rgb(109,143,170); }
td.TdClassName
{
border-color: #6D8FAA;
}
.TagClassName
{
border-color: #6D8FAA;
}
</style>