Shades of Bermuda Grey #6D8AA3
Tints of Bermuda Grey #6D8AA3
RGB
CMYK
RGB Variations
Color information
#6D8AA3 (or 0x6D8AA3) is known color: Bermuda Grey. HEX triplet: 6D, 8A and A3. RGB value is (109,138,163). Sum of RGB (Red+Green+Blue) = 109+138+163=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 163 - color contains mainly: blue. Hex color #6D8AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8AA3 is #92755C. Grayscale: #848484. Windows color (decimal): -9598301 or 10717805. OLE color: 10717805.
HSL color Cylindrical-coordinate representation of color #6D8AA3: hue angle of 207.78º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D8AA3 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 138 | 163 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.36 |
| HSL | 207.78º | 0.23% | 0.53% | - |
| HSV(B) | 207.78º | 0.33% | 0.64% | - |
| XYZ | 22.01 | 24.07 | 38.14 | - |
| YUV | 132.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 138 | 163 | 0.33 | 0.15 | 0 | 0.36 | 207.78 | 0.23 | 0.53 |
| Hex | 6D | 8A | A3 | 21 | F | 0 | 24 | D0 | 17 | 35 |
| Octal | 155 | 212 | 243 | 41 | 17 | 0 | 44 | 320 | 27 | 65 |
| Binary | 1101101 | 10001010 | 10100011 | 100001 | 1111 | 0 | 100100 | 11010000 | 10111 | 110101 |
Color Harmonies of #6D8AA3
Complementary color
Monochromatic Colors of #6D8AA3
Black with #6D8AA3
Text Example
Text Example
White with #6D8AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8AA3; }
p { color: rgb(109,138,163); }
H1.HeaderClassName
{
color: #6D8AA3;
}
.AnyTagClassName
{
color: #6D8AA3;
}
</style>
background-color css
<style>
a { background-color: #6D8AA3; }
a { background-color: rgb(109,138,163); }
div.DivClassName
{
background-color: #6D8AA3;
}
.BgClassName
{
background-color: #6D8AA3;
}
</style>
border-color css
<style>
span { border-color: #6D8AA3; }
span { border-color: rgb(109,138,163); }
td.TdClassName
{
border-color: #6D8AA3;
}
.TagClassName
{
border-color: #6D8AA3;
}
</style>