Shades of Bermuda Grey #6C869D
Tints of Bermuda Grey #6C869D
RGB
CMYK
RGB Variations
Color information
#6C869D (or 0x6C869D) is known color: Bermuda Grey. HEX triplet: 6C, 86 and 9D. RGB value is (108,134,157). Sum of RGB (Red+Green+Blue) = 108+134+157=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C869D is #937962. Grayscale: #808080. Windows color (decimal): -9664867 or 10323564. OLE color: 10323564.
HSL color Cylindrical-coordinate representation of color #6C869D: hue angle of 208.16º 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 #6C869D is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 134 | 157 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.38 |
| HSL | 208.16º | 0.2% | 0.52% | - |
| HSV(B) | 208.16º | 0.31% | 0.62% | - |
| XYZ | 20.8 | 22.67 | 35.18 | - |
| YUV | 128.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 157 | 0.31 | 0.15 | 0 | 0.38 | 208.16 | 0.2 | 0.52 |
| Hex | 6C | 86 | 9D | 1F | F | 0 | 26 | D0 | 14 | 34 |
| Octal | 154 | 206 | 235 | 37 | 17 | 0 | 46 | 320 | 24 | 64 |
| Binary | 1101100 | 10000110 | 10011101 | 11111 | 1111 | 0 | 100110 | 11010000 | 10100 | 110100 |
Color Harmonies of #6C869D
Complementary color
Monochromatic Colors of #6C869D
Black with #6C869D
Text Example
Text Example
White with #6C869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C869D; }
p { color: rgb(108,134,157); }
H1.HeaderClassName
{
color: #6C869D;
}
.AnyTagClassName
{
color: #6C869D;
}
</style>
background-color css
<style>
a { background-color: #6C869D; }
a { background-color: rgb(108,134,157); }
div.DivClassName
{
background-color: #6C869D;
}
.BgClassName
{
background-color: #6C869D;
}
</style>
border-color css
<style>
span { border-color: #6C869D; }
span { border-color: rgb(108,134,157); }
td.TdClassName
{
border-color: #6C869D;
}
.TagClassName
{
border-color: #6C869D;
}
</style>