Shades of Bermuda Grey #6D8CAE
Tints of Bermuda Grey #6D8CAE
RGB
CMYK
RGB Variations
Color information
#6D8CAE (or 0x6D8CAE) is known color: Bermuda Grey. HEX triplet: 6D, 8C and AE. RGB value is (109,140,174). Sum of RGB (Red+Green+Blue) = 109+140+174=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D8CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8CAE is #927351. Grayscale: #868686. Windows color (decimal): -9597778 or 11439213. OLE color: 11439213.
HSL color Cylindrical-coordinate representation of color #6D8CAE: hue angle of 211.38º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D8CAE is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 140 | 174 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.32 |
| HSL | 211.38º | 0.29% | 0.55% | - |
| HSV(B) | 211.38º | 0.37% | 0.68% | - |
| XYZ | 23.32 | 25.06 | 43.65 | - |
| YUV | 134.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 174 | 0.37 | 0.20 | 0 | 0.32 | 211.38 | 0.29 | 0.55 |
| Hex | 6D | 8C | AE | 25 | 14 | 0 | 20 | D3 | 1D | 37 |
| Octal | 155 | 214 | 256 | 45 | 24 | 0 | 40 | 323 | 35 | 67 |
| Binary | 1101101 | 10001100 | 10101110 | 100101 | 10100 | 0 | 100000 | 11010011 | 11101 | 110111 |
Color Harmonies of #6D8CAE
Complementary color
Monochromatic Colors of #6D8CAE
Black with #6D8CAE
Text Example
Text Example
White with #6D8CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8CAE; }
p { color: rgb(109,140,174); }
H1.HeaderClassName
{
color: #6D8CAE;
}
.AnyTagClassName
{
color: #6D8CAE;
}
</style>
background-color css
<style>
a { background-color: #6D8CAE; }
a { background-color: rgb(109,140,174); }
div.DivClassName
{
background-color: #6D8CAE;
}
.BgClassName
{
background-color: #6D8CAE;
}
</style>
border-color css
<style>
span { border-color: #6D8CAE; }
span { border-color: rgb(109,140,174); }
td.TdClassName
{
border-color: #6D8CAE;
}
.TagClassName
{
border-color: #6D8CAE;
}
</style>