Shades of Slate Grey #6B788B
Tints of Slate Grey #6B788B
RGB
CMYK
RGB Variations
Color information
#6B788B (or 0x6B788B) is known color: Slate Grey. HEX triplet: 6B, 78 and 8B. RGB value is (107,120,139). Sum of RGB (Red+Green+Blue) = 107+120+139=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B788B is #948774. Grayscale: #767676. Windows color (decimal): -9734005 or 9140331. OLE color: 9140331.
HSL color Cylindrical-coordinate representation of color #6B788B: hue angle of 215.62º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B788B is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 120 | 139 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.45 |
| HSL | 215.63º | 0.13% | 0.48% | - |
| HSV(B) | 215.63º | 0.23% | 0.55% | - |
| XYZ | 17.44 | 18.42 | 27.06 | - |
| YUV | 118.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 139 | 0.23 | 0.14 | 0 | 0.45 | 215.63 | 0.13 | 0.48 |
| Hex | 6B | 78 | 8B | 17 | E | 0 | 2D | D8 | D | 30 |
| Octal | 153 | 170 | 213 | 27 | 16 | 0 | 55 | 330 | 15 | 60 |
| Binary | 1101011 | 1111000 | 10001011 | 10111 | 1110 | 0 | 101101 | 11011000 | 1101 | 110000 |
Color Harmonies of #6B788B
Complementary color
Monochromatic Colors of #6B788B
Black with #6B788B
Text Example
Text Example
White with #6B788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B788B; }
p { color: rgb(107,120,139); }
H1.HeaderClassName
{
color: #6B788B;
}
.AnyTagClassName
{
color: #6B788B;
}
</style>
background-color css
<style>
a { background-color: #6B788B; }
a { background-color: rgb(107,120,139); }
div.DivClassName
{
background-color: #6B788B;
}
.BgClassName
{
background-color: #6B788B;
}
</style>
border-color css
<style>
span { border-color: #6B788B; }
span { border-color: rgb(107,120,139); }
td.TdClassName
{
border-color: #6B788B;
}
.TagClassName
{
border-color: #6B788B;
}
</style>