Shades of Bermuda Grey #6B849D
Tints of Bermuda Grey #6B849D
RGB
CMYK
RGB Variations
Color information
#6B849D (or 0x6B849D) is known color: Bermuda Grey. HEX triplet: 6B, 84 and 9D. RGB value is (107,132,157). Sum of RGB (Red+Green+Blue) = 107+132+157=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B849D is #947B62. Grayscale: #7F7F7F. Windows color (decimal): -9730915 or 10323051. OLE color: 10323051.
HSL color Cylindrical-coordinate representation of color #6B849D: hue angle of 210º degrees, saturation: 0.2, 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 #6B849D is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 132 | 157 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.38 |
| HSL | 210º | 0.2% | 0.52% | - |
| HSV(B) | 210º | 0.32% | 0.62% | - |
| XYZ | 20.4 | 22.06 | 35.08 | - |
| YUV | 127.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 157 | 0.32 | 0.16 | 0 | 0.38 | 210 | 0.2 | 0.52 |
| Hex | 6B | 84 | 9D | 20 | 10 | 0 | 26 | D2 | 14 | 34 |
| Octal | 153 | 204 | 235 | 40 | 20 | 0 | 46 | 322 | 24 | 64 |
| Binary | 1101011 | 10000100 | 10011101 | 100000 | 10000 | 0 | 100110 | 11010010 | 10100 | 110100 |
Color Harmonies of #6B849D
Complementary color
Monochromatic Colors of #6B849D
Black with #6B849D
Text Example
Text Example
White with #6B849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B849D; }
p { color: rgb(107,132,157); }
H1.HeaderClassName
{
color: #6B849D;
}
.AnyTagClassName
{
color: #6B849D;
}
</style>
background-color css
<style>
a { background-color: #6B849D; }
a { background-color: rgb(107,132,157); }
div.DivClassName
{
background-color: #6B849D;
}
.BgClassName
{
background-color: #6B849D;
}
</style>
border-color css
<style>
span { border-color: #6B849D; }
span { border-color: rgb(107,132,157); }
td.TdClassName
{
border-color: #6B849D;
}
.TagClassName
{
border-color: #6B849D;
}
</style>