Shades of Bermuda Grey #6D8FA5
Tints of Bermuda Grey #6D8FA5
RGB
CMYK
RGB Variations
Color information
#6D8FA5 (or 0x6D8FA5) is known color: Bermuda Grey. HEX triplet: 6D, 8F and A5. RGB value is (109,143,165). Sum of RGB (Red+Green+Blue) = 109+143+165=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 165 - color contains mainly: blue. Hex color #6D8FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8FA5 is #92705A. Grayscale: #878787. Windows color (decimal): -9597019 or 10850157. OLE color: 10850157.
HSL color Cylindrical-coordinate representation of color #6D8FA5: hue angle of 203.57º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D8FA5 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 143 | 165 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.35 |
| HSL | 203.57º | 0.24% | 0.54% | - |
| HSV(B) | 203.57º | 0.34% | 0.65% | - |
| XYZ | 22.92 | 25.61 | 39.33 | - |
| YUV | 135.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 143 | 165 | 0.34 | 0.13 | 0 | 0.35 | 203.57 | 0.24 | 0.54 |
| Hex | 6D | 8F | A5 | 22 | D | 0 | 23 | CC | 18 | 36 |
| Octal | 155 | 217 | 245 | 42 | 15 | 0 | 43 | 314 | 30 | 66 |
| Binary | 1101101 | 10001111 | 10100101 | 100010 | 1101 | 0 | 100011 | 11001100 | 11000 | 110110 |
Color Harmonies of #6D8FA5
Complementary color
Monochromatic Colors of #6D8FA5
Black with #6D8FA5
Text Example
Text Example
White with #6D8FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8FA5; }
p { color: rgb(109,143,165); }
H1.HeaderClassName
{
color: #6D8FA5;
}
.AnyTagClassName
{
color: #6D8FA5;
}
</style>
background-color css
<style>
a { background-color: #6D8FA5; }
a { background-color: rgb(109,143,165); }
div.DivClassName
{
background-color: #6D8FA5;
}
.BgClassName
{
background-color: #6D8FA5;
}
</style>
border-color css
<style>
span { border-color: #6D8FA5; }
span { border-color: rgb(109,143,165); }
td.TdClassName
{
border-color: #6D8FA5;
}
.TagClassName
{
border-color: #6D8FA5;
}
</style>