Shades of Bermuda Grey #6D8F9D
Tints of Bermuda Grey #6D8F9D
RGB
CMYK
RGB Variations
Color information
#6D8F9D (or 0x6D8F9D) is known color: Bermuda Grey. HEX triplet: 6D, 8F and 9D. RGB value is (109,143,157). Sum of RGB (Red+Green+Blue) = 109+143+157=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D8F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8F9D is #927062. Grayscale: #868686. Windows color (decimal): -9597027 or 10325869. OLE color: 10325869.
HSL color Cylindrical-coordinate representation of color #6D8F9D: hue angle of 197.5º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D8F9D is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 143 | 157 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.38 |
| HSL | 197.5º | 0.2% | 0.52% | - |
| HSV(B) | 197.5º | 0.31% | 0.62% | - |
| XYZ | 22.21 | 25.33 | 35.62 | - |
| YUV | 134.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 143 | 157 | 0.31 | 0.09 | 0 | 0.38 | 197.5 | 0.2 | 0.52 |
| Hex | 6D | 8F | 9D | 1F | 9 | 0 | 26 | C6 | 14 | 34 |
| Octal | 155 | 217 | 235 | 37 | 11 | 0 | 46 | 306 | 24 | 64 |
| Binary | 1101101 | 10001111 | 10011101 | 11111 | 1001 | 0 | 100110 | 11000110 | 10100 | 110100 |
Color Harmonies of #6D8F9D
Complementary color
Monochromatic Colors of #6D8F9D
Black with #6D8F9D
Text Example
Text Example
White with #6D8F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8F9D; }
p { color: rgb(109,143,157); }
H1.HeaderClassName
{
color: #6D8F9D;
}
.AnyTagClassName
{
color: #6D8F9D;
}
</style>
background-color css
<style>
a { background-color: #6D8F9D; }
a { background-color: rgb(109,143,157); }
div.DivClassName
{
background-color: #6D8F9D;
}
.BgClassName
{
background-color: #6D8F9D;
}
</style>
border-color css
<style>
span { border-color: #6D8F9D; }
span { border-color: rgb(109,143,157); }
td.TdClassName
{
border-color: #6D8F9D;
}
.TagClassName
{
border-color: #6D8F9D;
}
</style>