Shades of Slate Grey #6B819B
Tints of Slate Grey #6B819B
RGB
CMYK
RGB Variations
Color information
#6B819B (or 0x6B819B) is known color: Slate Grey. HEX triplet: 6B, 81 and 9B. RGB value is (107,129,155). Sum of RGB (Red+Green+Blue) = 107+129+155=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B819B is #947E64. Grayscale: #7D7D7D. Windows color (decimal): -9731685 or 10191211. OLE color: 10191211.
HSL color Cylindrical-coordinate representation of color #6B819B: hue angle of 212.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B819B is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 129 | 155 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.39 |
| HSL | 212.5º | 0.19% | 0.51% | - |
| HSV(B) | 212.5º | 0.31% | 0.61% | - |
| XYZ | 19.83 | 21.19 | 34.06 | - |
| YUV | 125.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 155 | 0.31 | 0.17 | 0 | 0.39 | 212.5 | 0.19 | 0.51 |
| Hex | 6B | 81 | 9B | 1F | 11 | 0 | 27 | D4 | 13 | 33 |
| Octal | 153 | 201 | 233 | 37 | 21 | 0 | 47 | 324 | 23 | 63 |
| Binary | 1101011 | 10000001 | 10011011 | 11111 | 10001 | 0 | 100111 | 11010100 | 10011 | 110011 |
Color Harmonies of #6B819B
Complementary color
Monochromatic Colors of #6B819B
Black with #6B819B
Text Example
Text Example
White with #6B819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B819B; }
p { color: rgb(107,129,155); }
H1.HeaderClassName
{
color: #6B819B;
}
.AnyTagClassName
{
color: #6B819B;
}
</style>
background-color css
<style>
a { background-color: #6B819B; }
a { background-color: rgb(107,129,155); }
div.DivClassName
{
background-color: #6B819B;
}
.BgClassName
{
background-color: #6B819B;
}
</style>
border-color css
<style>
span { border-color: #6B819B; }
span { border-color: rgb(107,129,155); }
td.TdClassName
{
border-color: #6B819B;
}
.TagClassName
{
border-color: #6B819B;
}
</style>