Shades of Slate Grey #6B7A89
Tints of Slate Grey #6B7A89
RGB
CMYK
RGB Variations
Color information
#6B7A89 (or 0x6B7A89) is known color: Slate Grey. HEX triplet: 6B, 7A and 89. RGB value is (107,122,137). Sum of RGB (Red+Green+Blue) = 107+122+137=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B7A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7A89 is #948576. Grayscale: #777777. Windows color (decimal): -9733495 or 9009771. OLE color: 9009771.
HSL color Cylindrical-coordinate representation of color #6B7A89: hue angle of 210º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B7A89 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 122 | 137 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.46 |
| HSL | 210º | 0.12% | 0.48% | - |
| HSV(B) | 210º | 0.22% | 0.54% | - |
| XYZ | 17.54 | 18.85 | 26.38 | - |
| YUV | 119.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 137 | 0.22 | 0.11 | 0 | 0.46 | 210 | 0.12 | 0.48 |
| Hex | 6B | 7A | 89 | 16 | B | 0 | 2E | D2 | C | 30 |
| Octal | 153 | 172 | 211 | 26 | 13 | 0 | 56 | 322 | 14 | 60 |
| Binary | 1101011 | 1111010 | 10001001 | 10110 | 1011 | 0 | 101110 | 11010010 | 1100 | 110000 |
Color Harmonies of #6B7A89
Complementary color
Monochromatic Colors of #6B7A89
Black with #6B7A89
Text Example
Text Example
White with #6B7A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A89; }
p { color: rgb(107,122,137); }
H1.HeaderClassName
{
color: #6B7A89;
}
.AnyTagClassName
{
color: #6B7A89;
}
</style>
background-color css
<style>
a { background-color: #6B7A89; }
a { background-color: rgb(107,122,137); }
div.DivClassName
{
background-color: #6B7A89;
}
.BgClassName
{
background-color: #6B7A89;
}
</style>
border-color css
<style>
span { border-color: #6B7A89; }
span { border-color: rgb(107,122,137); }
td.TdClassName
{
border-color: #6B7A89;
}
.TagClassName
{
border-color: #6B7A89;
}
</style>