Shades of Slate Grey #67819D
Tints of Slate Grey #67819D
RGB
CMYK
RGB Variations
Color information
#67819D (or 0x67819D) is known color: Slate Grey. HEX triplet: 67, 81 and 9D. RGB value is (103,129,157). Sum of RGB (Red+Green+Blue) = 103+129+157=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #67819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67819D is #987E62. Grayscale: #7C7C7C. Windows color (decimal): -9993827 or 10322279. OLE color: 10322279.
HSL color Cylindrical-coordinate representation of color #67819D: hue angle of 211.11º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67819D is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 129 | 157 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.38 |
| HSL | 211.11º | 0.22% | 0.51% | - |
| HSV(B) | 211.11º | 0.34% | 0.62% | - |
| XYZ | 19.53 | 21.02 | 34.93 | - |
| YUV | 124.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 157 | 0.34 | 0.18 | 0 | 0.38 | 211.11 | 0.22 | 0.51 |
| Hex | 67 | 81 | 9D | 22 | 12 | 0 | 26 | D3 | 16 | 33 |
| Octal | 147 | 201 | 235 | 42 | 22 | 0 | 46 | 323 | 26 | 63 |
| Binary | 1100111 | 10000001 | 10011101 | 100010 | 10010 | 0 | 100110 | 11010011 | 10110 | 110011 |
Color Harmonies of #67819D
Complementary color
Monochromatic Colors of #67819D
Black with #67819D
Text Example
Text Example
White with #67819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67819D; }
p { color: rgb(103,129,157); }
H1.HeaderClassName
{
color: #67819D;
}
.AnyTagClassName
{
color: #67819D;
}
</style>
background-color css
<style>
a { background-color: #67819D; }
a { background-color: rgb(103,129,157); }
div.DivClassName
{
background-color: #67819D;
}
.BgClassName
{
background-color: #67819D;
}
</style>
border-color css
<style>
span { border-color: #67819D; }
span { border-color: rgb(103,129,157); }
td.TdClassName
{
border-color: #67819D;
}
.TagClassName
{
border-color: #67819D;
}
</style>