Shades of Bermuda Grey #6D8BA6
Tints of Bermuda Grey #6D8BA6
RGB
CMYK
RGB Variations
Color information
#6D8BA6 (or 0x6D8BA6) is known color: Bermuda Grey. HEX triplet: 6D, 8B and A6. RGB value is (109,139,166). Sum of RGB (Red+Green+Blue) = 109+139+166=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 166 - color contains mainly: blue. Hex color #6D8BA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8BA6 is #927459. Grayscale: #848484. Windows color (decimal): -9598042 or 10914669. OLE color: 10914669.
HSL color Cylindrical-coordinate representation of color #6D8BA6: hue angle of 208.42º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D8BA6 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 139 | 166 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.35 |
| HSL | 208.42º | 0.24% | 0.54% | - |
| HSV(B) | 208.42º | 0.34% | 0.65% | - |
| XYZ | 22.42 | 24.47 | 39.62 | - |
| YUV | 133.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 166 | 0.34 | 0.16 | 0 | 0.35 | 208.42 | 0.24 | 0.54 |
| Hex | 6D | 8B | A6 | 22 | 10 | 0 | 23 | D0 | 18 | 36 |
| Octal | 155 | 213 | 246 | 42 | 20 | 0 | 43 | 320 | 30 | 66 |
| Binary | 1101101 | 10001011 | 10100110 | 100010 | 10000 | 0 | 100011 | 11010000 | 11000 | 110110 |
Color Harmonies of #6D8BA6
Complementary color
Monochromatic Colors of #6D8BA6
Black with #6D8BA6
Text Example
Text Example
White with #6D8BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8BA6; }
p { color: rgb(109,139,166); }
H1.HeaderClassName
{
color: #6D8BA6;
}
.AnyTagClassName
{
color: #6D8BA6;
}
</style>
background-color css
<style>
a { background-color: #6D8BA6; }
a { background-color: rgb(109,139,166); }
div.DivClassName
{
background-color: #6D8BA6;
}
.BgClassName
{
background-color: #6D8BA6;
}
</style>
border-color css
<style>
span { border-color: #6D8BA6; }
span { border-color: rgb(109,139,166); }
td.TdClassName
{
border-color: #6D8BA6;
}
.TagClassName
{
border-color: #6D8BA6;
}
</style>