Shades of Bermuda Grey #6B859E
Tints of Bermuda Grey #6B859E
RGB
CMYK
RGB Variations
Color information
#6B859E (or 0x6B859E) is known color: Bermuda Grey. HEX triplet: 6B, 85 and 9E. RGB value is (107,133,158). Sum of RGB (Red+Green+Blue) = 107+133+158=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B859E is #947A61. Grayscale: #7F7F7F. Windows color (decimal): -9730658 or 10388843. OLE color: 10388843.
HSL color Cylindrical-coordinate representation of color #6B859E: hue angle of 209.41º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B859E is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 133 | 158 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.38 |
| HSL | 209.41º | 0.21% | 0.52% | - |
| HSV(B) | 209.41º | 0.32% | 0.62% | - |
| XYZ | 20.62 | 22.37 | 35.58 | - |
| YUV | 128.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 158 | 0.32 | 0.16 | 0 | 0.38 | 209.41 | 0.21 | 0.52 |
| Hex | 6B | 85 | 9E | 20 | 10 | 0 | 26 | D1 | 15 | 34 |
| Octal | 153 | 205 | 236 | 40 | 20 | 0 | 46 | 321 | 25 | 64 |
| Binary | 1101011 | 10000101 | 10011110 | 100000 | 10000 | 0 | 100110 | 11010001 | 10101 | 110100 |
Color Harmonies of #6B859E
Complementary color
Monochromatic Colors of #6B859E
Black with #6B859E
Text Example
Text Example
White with #6B859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B859E; }
p { color: rgb(107,133,158); }
H1.HeaderClassName
{
color: #6B859E;
}
.AnyTagClassName
{
color: #6B859E;
}
</style>
background-color css
<style>
a { background-color: #6B859E; }
a { background-color: rgb(107,133,158); }
div.DivClassName
{
background-color: #6B859E;
}
.BgClassName
{
background-color: #6B859E;
}
</style>
border-color css
<style>
span { border-color: #6B859E; }
span { border-color: rgb(107,133,158); }
td.TdClassName
{
border-color: #6B859E;
}
.TagClassName
{
border-color: #6B859E;
}
</style>