Shades of Bermuda Grey #6B8696
Tints of Bermuda Grey #6B8696
RGB
CMYK
RGB Variations
Color information
#6B8696 (or 0x6B8696) is known color: Bermuda Grey. HEX triplet: 6B, 86 and 96. RGB value is (107,134,150). Sum of RGB (Red+Green+Blue) = 107+134+150=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B8696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8696 is #947969. Grayscale: #7F7F7F. Windows color (decimal): -9730410 or 9864811. OLE color: 9864811.
HSL color Cylindrical-coordinate representation of color #6B8696: hue angle of 202.33º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B8696 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 134 | 150 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.41 |
| HSL | 202.33º | 0.17% | 0.5% | - |
| HSV(B) | 202.33º | 0.29% | 0.59% | - |
| XYZ | 20.09 | 22.38 | 32.11 | - |
| YUV | 127.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 150 | 0.29 | 0.11 | 0 | 0.41 | 202.33 | 0.17 | 0.5 |
| Hex | 6B | 86 | 96 | 1D | B | 0 | 29 | CA | 11 | 32 |
| Octal | 153 | 206 | 226 | 35 | 13 | 0 | 51 | 312 | 21 | 62 |
| Binary | 1101011 | 10000110 | 10010110 | 11101 | 1011 | 0 | 101001 | 11001010 | 10001 | 110010 |
Color Harmonies of #6B8696
Complementary color
Monochromatic Colors of #6B8696
Black with #6B8696
Text Example
Text Example
White with #6B8696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8696; }
p { color: rgb(107,134,150); }
H1.HeaderClassName
{
color: #6B8696;
}
.AnyTagClassName
{
color: #6B8696;
}
</style>
background-color css
<style>
a { background-color: #6B8696; }
a { background-color: rgb(107,134,150); }
div.DivClassName
{
background-color: #6B8696;
}
.BgClassName
{
background-color: #6B8696;
}
</style>
border-color css
<style>
span { border-color: #6B8696; }
span { border-color: rgb(107,134,150); }
td.TdClassName
{
border-color: #6B8696;
}
.TagClassName
{
border-color: #6B8696;
}
</style>