Shades of Bermuda Grey #6C859B
Tints of Bermuda Grey #6C859B
RGB
CMYK
RGB Variations
Color information
#6C859B (or 0x6C859B) is known color: Bermuda Grey. HEX triplet: 6C, 85 and 9B. RGB value is (108,133,155). Sum of RGB (Red+Green+Blue) = 108+133+155=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C859B is #937A64. Grayscale: #7F7F7F. Windows color (decimal): -9665125 or 10192236. OLE color: 10192236.
HSL color Cylindrical-coordinate representation of color #6C859B: hue angle of 208.09º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C859B is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 133 | 155 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.39 |
| HSL | 208.09º | 0.19% | 0.52% | - |
| HSV(B) | 208.09º | 0.3% | 0.61% | - |
| XYZ | 20.49 | 22.33 | 34.24 | - |
| YUV | 128.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 155 | 0.30 | 0.14 | 0 | 0.39 | 208.09 | 0.19 | 0.52 |
| Hex | 6C | 85 | 9B | 1E | E | 0 | 27 | D0 | 13 | 34 |
| Octal | 154 | 205 | 233 | 36 | 16 | 0 | 47 | 320 | 23 | 64 |
| Binary | 1101100 | 10000101 | 10011011 | 11110 | 1110 | 0 | 100111 | 11010000 | 10011 | 110100 |
Color Harmonies of #6C859B
Complementary color
Monochromatic Colors of #6C859B
Black with #6C859B
Text Example
Text Example
White with #6C859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C859B; }
p { color: rgb(108,133,155); }
H1.HeaderClassName
{
color: #6C859B;
}
.AnyTagClassName
{
color: #6C859B;
}
</style>
background-color css
<style>
a { background-color: #6C859B; }
a { background-color: rgb(108,133,155); }
div.DivClassName
{
background-color: #6C859B;
}
.BgClassName
{
background-color: #6C859B;
}
</style>
border-color css
<style>
span { border-color: #6C859B; }
span { border-color: rgb(108,133,155); }
td.TdClassName
{
border-color: #6C859B;
}
.TagClassName
{
border-color: #6C859B;
}
</style>