Shades of Bermuda Grey #6B849A
Tints of Bermuda Grey #6B849A
RGB
CMYK
RGB Variations
Color information
#6B849A (or 0x6B849A) is known color: Bermuda Grey. HEX triplet: 6B, 84 and 9A. RGB value is (107,132,154). Sum of RGB (Red+Green+Blue) = 107+132+154=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B849A is #947B65. Grayscale: #7E7E7E. Windows color (decimal): -9730918 or 10126443. OLE color: 10126443.
HSL color Cylindrical-coordinate representation of color #6B849A: hue angle of 208.09º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B849A is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 132 | 154 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.40 |
| HSL | 208.09º | 0.19% | 0.51% | - |
| HSV(B) | 208.09º | 0.31% | 0.6% | - |
| XYZ | 20.15 | 21.96 | 33.75 | - |
| YUV | 127.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 154 | 0.31 | 0.14 | 0 | 0.40 | 208.09 | 0.19 | 0.51 |
| Hex | 6B | 84 | 9A | 1F | E | 0 | 28 | D0 | 13 | 33 |
| Octal | 153 | 204 | 232 | 37 | 16 | 0 | 50 | 320 | 23 | 63 |
| Binary | 1101011 | 10000100 | 10011010 | 11111 | 1110 | 0 | 101000 | 11010000 | 10011 | 110011 |
Color Harmonies of #6B849A
Complementary color
Monochromatic Colors of #6B849A
Black with #6B849A
Text Example
Text Example
White with #6B849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B849A; }
p { color: rgb(107,132,154); }
H1.HeaderClassName
{
color: #6B849A;
}
.AnyTagClassName
{
color: #6B849A;
}
</style>
background-color css
<style>
a { background-color: #6B849A; }
a { background-color: rgb(107,132,154); }
div.DivClassName
{
background-color: #6B849A;
}
.BgClassName
{
background-color: #6B849A;
}
</style>
border-color css
<style>
span { border-color: #6B849A; }
span { border-color: rgb(107,132,154); }
td.TdClassName
{
border-color: #6B849A;
}
.TagClassName
{
border-color: #6B849A;
}
</style>