Shades of Light Slate Grey #6B819E
Tints of Light Slate Grey #6B819E
RGB
CMYK
RGB Variations
Color information
#6B819E (or 0x6B819E) is known color: Light Slate Grey. HEX triplet: 6B, 81 and 9E. RGB value is (107,129,158). Sum of RGB (Red+Green+Blue) = 107+129+158=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B819E is #947E61. Grayscale: #7D7D7D. Windows color (decimal): -9731682 or 10387819. OLE color: 10387819.
HSL color Cylindrical-coordinate representation of color #6B819E: hue angle of 214.12º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B819E is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 129 | 158 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.38 |
| HSL | 214.12º | 0.21% | 0.52% | - |
| HSV(B) | 214.12º | 0.32% | 0.62% | - |
| XYZ | 20.09 | 21.29 | 35.4 | - |
| YUV | 125.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 158 | 0.32 | 0.18 | 0 | 0.38 | 214.12 | 0.21 | 0.52 |
| Hex | 6B | 81 | 9E | 20 | 12 | 0 | 26 | D6 | 15 | 34 |
| Octal | 153 | 201 | 236 | 40 | 22 | 0 | 46 | 326 | 25 | 64 |
| Binary | 1101011 | 10000001 | 10011110 | 100000 | 10010 | 0 | 100110 | 11010110 | 10101 | 110100 |
Color Harmonies of #6B819E
Complementary color
Monochromatic Colors of #6B819E
Black with #6B819E
Text Example
Text Example
White with #6B819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B819E; }
p { color: rgb(107,129,158); }
H1.HeaderClassName
{
color: #6B819E;
}
.AnyTagClassName
{
color: #6B819E;
}
</style>
background-color css
<style>
a { background-color: #6B819E; }
a { background-color: rgb(107,129,158); }
div.DivClassName
{
background-color: #6B819E;
}
.BgClassName
{
background-color: #6B819E;
}
</style>
border-color css
<style>
span { border-color: #6B819E; }
span { border-color: rgb(107,129,158); }
td.TdClassName
{
border-color: #6B819E;
}
.TagClassName
{
border-color: #6B819E;
}
</style>