Shades of Bermuda Grey #6B879E
Tints of Bermuda Grey #6B879E
RGB
CMYK
RGB Variations
Color information
#6B879E (or 0x6B879E) is known color: Bermuda Grey. HEX triplet: 6B, 87 and 9E. RGB value is (107,135,158). Sum of RGB (Red+Green+Blue) = 107+135+158=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B879E is #947861. Grayscale: #818181. Windows color (decimal): -9730146 or 10389355. OLE color: 10389355.
HSL color Cylindrical-coordinate representation of color #6B879E: hue angle of 207.06º 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 #6B879E is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 135 | 158 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.38 |
| HSL | 207.06º | 0.21% | 0.52% | - |
| HSV(B) | 207.06º | 0.32% | 0.62% | - |
| XYZ | 20.9 | 22.92 | 35.67 | - |
| YUV | 129.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 158 | 0.32 | 0.15 | 0 | 0.38 | 207.06 | 0.21 | 0.52 |
| Hex | 6B | 87 | 9E | 20 | F | 0 | 26 | CF | 15 | 34 |
| Octal | 153 | 207 | 236 | 40 | 17 | 0 | 46 | 317 | 25 | 64 |
| Binary | 1101011 | 10000111 | 10011110 | 100000 | 1111 | 0 | 100110 | 11001111 | 10101 | 110100 |
Color Harmonies of #6B879E
Complementary color
Monochromatic Colors of #6B879E
Black with #6B879E
Text Example
Text Example
White with #6B879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B879E; }
p { color: rgb(107,135,158); }
H1.HeaderClassName
{
color: #6B879E;
}
.AnyTagClassName
{
color: #6B879E;
}
</style>
background-color css
<style>
a { background-color: #6B879E; }
a { background-color: rgb(107,135,158); }
div.DivClassName
{
background-color: #6B879E;
}
.BgClassName
{
background-color: #6B879E;
}
</style>
border-color css
<style>
span { border-color: #6B879E; }
span { border-color: rgb(107,135,158); }
td.TdClassName
{
border-color: #6B879E;
}
.TagClassName
{
border-color: #6B879E;
}
</style>