Shades of Slate Grey #6B7A97
Tints of Slate Grey #6B7A97
RGB
CMYK
RGB Variations
Color information
#6B7A97 (or 0x6B7A97) is known color: Slate Grey. HEX triplet: 6B, 7A and 97. RGB value is (107,122,151). Sum of RGB (Red+Green+Blue) = 107+122+151=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B7A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7A97 is #948568. Grayscale: #787878. Windows color (decimal): -9733481 or 9927275. OLE color: 9927275.
HSL color Cylindrical-coordinate representation of color #6B7A97: hue angle of 219.55º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B7A97 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 122 | 151 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.41 |
| HSL | 219.55º | 0.17% | 0.51% | - |
| HSV(B) | 219.55º | 0.29% | 0.59% | - |
| XYZ | 18.61 | 19.28 | 32.02 | - |
| YUV | 120.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 151 | 0.29 | 0.19 | 0 | 0.41 | 219.55 | 0.17 | 0.51 |
| Hex | 6B | 7A | 97 | 1D | 13 | 0 | 29 | DC | 11 | 33 |
| Octal | 153 | 172 | 227 | 35 | 23 | 0 | 51 | 334 | 21 | 63 |
| Binary | 1101011 | 1111010 | 10010111 | 11101 | 10011 | 0 | 101001 | 11011100 | 10001 | 110011 |
Color Harmonies of #6B7A97
Complementary color
Monochromatic Colors of #6B7A97
Black with #6B7A97
Text Example
Text Example
White with #6B7A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A97; }
p { color: rgb(107,122,151); }
H1.HeaderClassName
{
color: #6B7A97;
}
.AnyTagClassName
{
color: #6B7A97;
}
</style>
background-color css
<style>
a { background-color: #6B7A97; }
a { background-color: rgb(107,122,151); }
div.DivClassName
{
background-color: #6B7A97;
}
.BgClassName
{
background-color: #6B7A97;
}
</style>
border-color css
<style>
span { border-color: #6B7A97; }
span { border-color: rgb(107,122,151); }
td.TdClassName
{
border-color: #6B7A97;
}
.TagClassName
{
border-color: #6B7A97;
}
</style>