Shades of Slate Grey #6B7A91
Tints of Slate Grey #6B7A91
RGB
CMYK
RGB Variations
Color information
#6B7A91 (or 0x6B7A91) is known color: Slate Grey. HEX triplet: 6B, 7A and 91. RGB value is (107,122,145). Sum of RGB (Red+Green+Blue) = 107+122+145=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B7A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7A91 is #94856E. Grayscale: #787878. Windows color (decimal): -9733487 or 9534059. OLE color: 9534059.
HSL color Cylindrical-coordinate representation of color #6B7A91: hue angle of 216.32º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B7A91 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 122 | 145 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.43 |
| HSL | 216.32º | 0.15% | 0.49% | - |
| HSV(B) | 216.32º | 0.26% | 0.57% | - |
| XYZ | 18.13 | 19.09 | 29.52 | - |
| YUV | 120.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 145 | 0.26 | 0.16 | 0 | 0.43 | 216.32 | 0.15 | 0.49 |
| Hex | 6B | 7A | 91 | 1A | 10 | 0 | 2B | D8 | F | 31 |
| Octal | 153 | 172 | 221 | 32 | 20 | 0 | 53 | 330 | 17 | 61 |
| Binary | 1101011 | 1111010 | 10010001 | 11010 | 10000 | 0 | 101011 | 11011000 | 1111 | 110001 |
Color Harmonies of #6B7A91
Complementary color
Monochromatic Colors of #6B7A91
Black with #6B7A91
Text Example
Text Example
White with #6B7A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A91; }
p { color: rgb(107,122,145); }
H1.HeaderClassName
{
color: #6B7A91;
}
.AnyTagClassName
{
color: #6B7A91;
}
</style>
background-color css
<style>
a { background-color: #6B7A91; }
a { background-color: rgb(107,122,145); }
div.DivClassName
{
background-color: #6B7A91;
}
.BgClassName
{
background-color: #6B7A91;
}
</style>
border-color css
<style>
span { border-color: #6B7A91; }
span { border-color: rgb(107,122,145); }
td.TdClassName
{
border-color: #6B7A91;
}
.TagClassName
{
border-color: #6B7A91;
}
</style>