Shades of Bermuda Grey #6B879D
Tints of Bermuda Grey #6B879D
RGB
CMYK
RGB Variations
Color information
#6B879D (or 0x6B879D) is known color: Bermuda Grey. HEX triplet: 6B, 87 and 9D. RGB value is (107,135,157). Sum of RGB (Red+Green+Blue) = 107+135+157=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B879D is #947862. Grayscale: #818181. Windows color (decimal): -9730147 or 10323819. OLE color: 10323819.
HSL color Cylindrical-coordinate representation of color #6B879D: hue angle of 206.4º 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 #6B879D is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 135 | 157 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.38 |
| HSL | 206.4º | 0.2% | 0.52% | - |
| HSV(B) | 206.4º | 0.32% | 0.62% | - |
| XYZ | 20.81 | 22.89 | 35.22 | - |
| YUV | 129.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 157 | 0.32 | 0.14 | 0 | 0.38 | 206.4 | 0.2 | 0.52 |
| Hex | 6B | 87 | 9D | 20 | E | 0 | 26 | CE | 14 | 34 |
| Octal | 153 | 207 | 235 | 40 | 16 | 0 | 46 | 316 | 24 | 64 |
| Binary | 1101011 | 10000111 | 10011101 | 100000 | 1110 | 0 | 100110 | 11001110 | 10100 | 110100 |
Color Harmonies of #6B879D
Complementary color
Monochromatic Colors of #6B879D
Black with #6B879D
Text Example
Text Example
White with #6B879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B879D; }
p { color: rgb(107,135,157); }
H1.HeaderClassName
{
color: #6B879D;
}
.AnyTagClassName
{
color: #6B879D;
}
</style>
background-color css
<style>
a { background-color: #6B879D; }
a { background-color: rgb(107,135,157); }
div.DivClassName
{
background-color: #6B879D;
}
.BgClassName
{
background-color: #6B879D;
}
</style>
border-color css
<style>
span { border-color: #6B879D; }
span { border-color: rgb(107,135,157); }
td.TdClassName
{
border-color: #6B879D;
}
.TagClassName
{
border-color: #6B879D;
}
</style>