Shades of Slate Grey #67819F
Tints of Slate Grey #67819F
RGB
CMYK
RGB Variations
Color information
#67819F (or 0x67819F) is known color: Slate Grey. HEX triplet: 67, 81 and 9F. RGB value is (103,129,159). Sum of RGB (Red+Green+Blue) = 103+129+159=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #67819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67819F is #987E60. Grayscale: #7C7C7C. Windows color (decimal): -9993825 or 10453351. OLE color: 10453351.
HSL color Cylindrical-coordinate representation of color #67819F: hue angle of 212.14º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67819F is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 129 | 159 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.38 |
| HSL | 212.14º | 0.23% | 0.51% | - |
| HSV(B) | 212.14º | 0.35% | 0.62% | - |
| XYZ | 19.7 | 21.09 | 35.83 | - |
| YUV | 124.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 159 | 0.35 | 0.19 | 0 | 0.38 | 212.14 | 0.23 | 0.51 |
| Hex | 67 | 81 | 9F | 23 | 13 | 0 | 26 | D4 | 17 | 33 |
| Octal | 147 | 201 | 237 | 43 | 23 | 0 | 46 | 324 | 27 | 63 |
| Binary | 1100111 | 10000001 | 10011111 | 100011 | 10011 | 0 | 100110 | 11010100 | 10111 | 110011 |
Color Harmonies of #67819F
Complementary color
Monochromatic Colors of #67819F
Black with #67819F
Text Example
Text Example
White with #67819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67819F; }
p { color: rgb(103,129,159); }
H1.HeaderClassName
{
color: #67819F;
}
.AnyTagClassName
{
color: #67819F;
}
</style>
background-color css
<style>
a { background-color: #67819F; }
a { background-color: rgb(103,129,159); }
div.DivClassName
{
background-color: #67819F;
}
.BgClassName
{
background-color: #67819F;
}
</style>
border-color css
<style>
span { border-color: #67819F; }
span { border-color: rgb(103,129,159); }
td.TdClassName
{
border-color: #67819F;
}
.TagClassName
{
border-color: #67819F;
}
</style>