Shades of Bermuda Grey #6D869F
Tints of Bermuda Grey #6D869F
RGB
CMYK
RGB Variations
Color information
#6D869F (or 0x6D869F) is known color: Bermuda Grey. HEX triplet: 6D, 86 and 9F. RGB value is (109,134,159). Sum of RGB (Red+Green+Blue) = 109+134+159=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D869F is #927960. Grayscale: #818181. Windows color (decimal): -9599329 or 10454637. OLE color: 10454637.
HSL color Cylindrical-coordinate representation of color #6D869F: hue angle of 210º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D869F is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 134 | 159 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.38 |
| HSL | 210º | 0.21% | 0.53% | - |
| HSV(B) | 210º | 0.31% | 0.62% | - |
| XYZ | 21.09 | 22.8 | 36.09 | - |
| YUV | 129.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 134 | 159 | 0.31 | 0.16 | 0 | 0.38 | 210 | 0.21 | 0.53 |
| Hex | 6D | 86 | 9F | 1F | 10 | 0 | 26 | D2 | 15 | 35 |
| Octal | 155 | 206 | 237 | 37 | 20 | 0 | 46 | 322 | 25 | 65 |
| Binary | 1101101 | 10000110 | 10011111 | 11111 | 10000 | 0 | 100110 | 11010010 | 10101 | 110101 |
Color Harmonies of #6D869F
Complementary color
Monochromatic Colors of #6D869F
Black with #6D869F
Text Example
Text Example
White with #6D869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D869F; }
p { color: rgb(109,134,159); }
H1.HeaderClassName
{
color: #6D869F;
}
.AnyTagClassName
{
color: #6D869F;
}
</style>
background-color css
<style>
a { background-color: #6D869F; }
a { background-color: rgb(109,134,159); }
div.DivClassName
{
background-color: #6D869F;
}
.BgClassName
{
background-color: #6D869F;
}
</style>
border-color css
<style>
span { border-color: #6D869F; }
span { border-color: rgb(109,134,159); }
td.TdClassName
{
border-color: #6D869F;
}
.TagClassName
{
border-color: #6D869F;
}
</style>