Shades of Bermuda Grey #6D8BA3
Tints of Bermuda Grey #6D8BA3
RGB
CMYK
RGB Variations
Color information
#6D8BA3 (or 0x6D8BA3) is known color: Bermuda Grey. HEX triplet: 6D, 8B and A3. RGB value is (109,139,163). Sum of RGB (Red+Green+Blue) = 109+139+163=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 163 - color contains mainly: blue. Hex color #6D8BA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8BA3 is #92745C. Grayscale: #848484. Windows color (decimal): -9598045 or 10718061. OLE color: 10718061.
HSL color Cylindrical-coordinate representation of color #6D8BA3: hue angle of 206.67º 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 #6D8BA3 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 139 | 163 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.36 |
| HSL | 206.67º | 0.23% | 0.53% | - |
| HSV(B) | 206.67º | 0.33% | 0.64% | - |
| XYZ | 22.15 | 24.36 | 38.19 | - |
| YUV | 132.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 163 | 0.33 | 0.15 | 0 | 0.36 | 206.67 | 0.23 | 0.53 |
| Hex | 6D | 8B | A3 | 21 | F | 0 | 24 | CF | 17 | 35 |
| Octal | 155 | 213 | 243 | 41 | 17 | 0 | 44 | 317 | 27 | 65 |
| Binary | 1101101 | 10001011 | 10100011 | 100001 | 1111 | 0 | 100100 | 11001111 | 10111 | 110101 |
Color Harmonies of #6D8BA3
Complementary color
Monochromatic Colors of #6D8BA3
Black with #6D8BA3
Text Example
Text Example
White with #6D8BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8BA3; }
p { color: rgb(109,139,163); }
H1.HeaderClassName
{
color: #6D8BA3;
}
.AnyTagClassName
{
color: #6D8BA3;
}
</style>
background-color css
<style>
a { background-color: #6D8BA3; }
a { background-color: rgb(109,139,163); }
div.DivClassName
{
background-color: #6D8BA3;
}
.BgClassName
{
background-color: #6D8BA3;
}
</style>
border-color css
<style>
span { border-color: #6D8BA3; }
span { border-color: rgb(109,139,163); }
td.TdClassName
{
border-color: #6D8BA3;
}
.TagClassName
{
border-color: #6D8BA3;
}
</style>