Shades of Bermuda Grey #6B879B
Tints of Bermuda Grey #6B879B
RGB
CMYK
RGB Variations
Color information
#6B879B (or 0x6B879B) is known color: Bermuda Grey. HEX triplet: 6B, 87 and 9B. RGB value is (107,135,155). Sum of RGB (Red+Green+Blue) = 107+135+155=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B879B is #947864. Grayscale: #808080. Windows color (decimal): -9730149 or 10192747. OLE color: 10192747.
HSL color Cylindrical-coordinate representation of color #6B879B: hue angle of 205º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B879B is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 135 | 155 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.39 |
| HSL | 205º | 0.19% | 0.51% | - |
| HSV(B) | 205º | 0.31% | 0.61% | - |
| XYZ | 20.64 | 22.82 | 34.33 | - |
| YUV | 128.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 155 | 0.31 | 0.13 | 0 | 0.39 | 205 | 0.19 | 0.51 |
| Hex | 6B | 87 | 9B | 1F | D | 0 | 27 | CD | 13 | 33 |
| Octal | 153 | 207 | 233 | 37 | 15 | 0 | 47 | 315 | 23 | 63 |
| Binary | 1101011 | 10000111 | 10011011 | 11111 | 1101 | 0 | 100111 | 11001101 | 10011 | 110011 |
Color Harmonies of #6B879B
Complementary color
Monochromatic Colors of #6B879B
Black with #6B879B
Text Example
Text Example
White with #6B879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B879B; }
p { color: rgb(107,135,155); }
H1.HeaderClassName
{
color: #6B879B;
}
.AnyTagClassName
{
color: #6B879B;
}
</style>
background-color css
<style>
a { background-color: #6B879B; }
a { background-color: rgb(107,135,155); }
div.DivClassName
{
background-color: #6B879B;
}
.BgClassName
{
background-color: #6B879B;
}
</style>
border-color css
<style>
span { border-color: #6B879B; }
span { border-color: rgb(107,135,155); }
td.TdClassName
{
border-color: #6B879B;
}
.TagClassName
{
border-color: #6B879B;
}
</style>