Shades of Bermuda Grey #6D93AB
Tints of Bermuda Grey #6D93AB
RGB
CMYK
RGB Variations
Color information
#6D93AB (or 0x6D93AB) is known color: Bermuda Grey. HEX triplet: 6D, 93 and AB. RGB value is (109,147,171). Sum of RGB (Red+Green+Blue) = 109+147+171=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D93AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D93AB is #926C54. Grayscale: #8A8A8A. Windows color (decimal): -9595989 or 11244397. OLE color: 11244397.
HSL color Cylindrical-coordinate representation of color #6D93AB: hue angle of 203.23º degrees, saturation: 0.27, 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 #6D93AB is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 147 | 171 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.33 |
| HSL | 203.23º | 0.27% | 0.55% | - |
| HSV(B) | 203.23º | 0.36% | 0.67% | - |
| XYZ | 24.09 | 27.06 | 42.48 | - |
| YUV | 138.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 147 | 171 | 0.36 | 0.14 | 0 | 0.33 | 203.23 | 0.27 | 0.55 |
| Hex | 6D | 93 | AB | 24 | E | 0 | 21 | CB | 1B | 37 |
| Octal | 155 | 223 | 253 | 44 | 16 | 0 | 41 | 313 | 33 | 67 |
| Binary | 1101101 | 10010011 | 10101011 | 100100 | 1110 | 0 | 100001 | 11001011 | 11011 | 110111 |
Color Harmonies of #6D93AB
Complementary color
Monochromatic Colors of #6D93AB
Black with #6D93AB
Text Example
Text Example
White with #6D93AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D93AB; }
p { color: rgb(109,147,171); }
H1.HeaderClassName
{
color: #6D93AB;
}
.AnyTagClassName
{
color: #6D93AB;
}
</style>
background-color css
<style>
a { background-color: #6D93AB; }
a { background-color: rgb(109,147,171); }
div.DivClassName
{
background-color: #6D93AB;
}
.BgClassName
{
background-color: #6D93AB;
}
</style>
border-color css
<style>
span { border-color: #6D93AB; }
span { border-color: rgb(109,147,171); }
td.TdClassName
{
border-color: #6D93AB;
}
.TagClassName
{
border-color: #6D93AB;
}
</style>