Shades of Slate Grey #67798C
Tints of Slate Grey #67798C
RGB
CMYK
RGB Variations
Color information
#67798C (or 0x67798C) is known color: Slate Grey. HEX triplet: 67, 79 and 8C. RGB value is (103,121,140). Sum of RGB (Red+Green+Blue) = 103+121+140=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #67798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67798C is #988673. Grayscale: #757575. Windows color (decimal): -9995892 or 9206119. OLE color: 9206119.
HSL color Cylindrical-coordinate representation of color #67798C: hue angle of 210.81º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67798C is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 121 | 140 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.45 |
| HSL | 210.81º | 0.15% | 0.48% | - |
| HSV(B) | 210.81º | 0.26% | 0.55% | - |
| XYZ | 17.16 | 18.45 | 27.47 | - |
| YUV | 117.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 140 | 0.26 | 0.14 | 0 | 0.45 | 210.81 | 0.15 | 0.48 |
| Hex | 67 | 79 | 8C | 1A | E | 0 | 2D | D3 | F | 30 |
| Octal | 147 | 171 | 214 | 32 | 16 | 0 | 55 | 323 | 17 | 60 |
| Binary | 1100111 | 1111001 | 10001100 | 11010 | 1110 | 0 | 101101 | 11010011 | 1111 | 110000 |
Color Harmonies of #67798C
Complementary color
Monochromatic Colors of #67798C
Black with #67798C
Text Example
Text Example
White with #67798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67798C; }
p { color: rgb(103,121,140); }
H1.HeaderClassName
{
color: #67798C;
}
.AnyTagClassName
{
color: #67798C;
}
</style>
background-color css
<style>
a { background-color: #67798C; }
a { background-color: rgb(103,121,140); }
div.DivClassName
{
background-color: #67798C;
}
.BgClassName
{
background-color: #67798C;
}
</style>
border-color css
<style>
span { border-color: #67798C; }
span { border-color: rgb(103,121,140); }
td.TdClassName
{
border-color: #67798C;
}
.TagClassName
{
border-color: #67798C;
}
</style>