Shades of Bermuda Grey #6B849E
Tints of Bermuda Grey #6B849E
RGB
CMYK
RGB Variations
Color information
#6B849E (or 0x6B849E) is known color: Bermuda Grey. HEX triplet: 6B, 84 and 9E. RGB value is (107,132,158). Sum of RGB (Red+Green+Blue) = 107+132+158=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B849E is #947B61. Grayscale: #7F7F7F. Windows color (decimal): -9730914 or 10388587. OLE color: 10388587.
HSL color Cylindrical-coordinate representation of color #6B849E: hue angle of 210.59º 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 #6B849E is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 132 | 158 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.38 |
| HSL | 210.59º | 0.21% | 0.52% | - |
| HSV(B) | 210.59º | 0.32% | 0.62% | - |
| XYZ | 20.49 | 22.1 | 35.53 | - |
| YUV | 127.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 158 | 0.32 | 0.16 | 0 | 0.38 | 210.59 | 0.21 | 0.52 |
| Hex | 6B | 84 | 9E | 20 | 10 | 0 | 26 | D3 | 15 | 34 |
| Octal | 153 | 204 | 236 | 40 | 20 | 0 | 46 | 323 | 25 | 64 |
| Binary | 1101011 | 10000100 | 10011110 | 100000 | 10000 | 0 | 100110 | 11010011 | 10101 | 110100 |
Color Harmonies of #6B849E
Complementary color
Monochromatic Colors of #6B849E
Black with #6B849E
Text Example
Text Example
White with #6B849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B849E; }
p { color: rgb(107,132,158); }
H1.HeaderClassName
{
color: #6B849E;
}
.AnyTagClassName
{
color: #6B849E;
}
</style>
background-color css
<style>
a { background-color: #6B849E; }
a { background-color: rgb(107,132,158); }
div.DivClassName
{
background-color: #6B849E;
}
.BgClassName
{
background-color: #6B849E;
}
</style>
border-color css
<style>
span { border-color: #6B849E; }
span { border-color: rgb(107,132,158); }
td.TdClassName
{
border-color: #6B849E;
}
.TagClassName
{
border-color: #6B849E;
}
</style>