Shades of Slate Grey #67809E
Tints of Slate Grey #67809E
RGB
CMYK
RGB Variations
Color information
#67809E (or 0x67809E) is known color: Slate Grey. HEX triplet: 67, 80 and 9E. RGB value is (103,128,158). Sum of RGB (Red+Green+Blue) = 103+128+158=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #67809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67809E is #987F61. Grayscale: #7B7B7B. Windows color (decimal): -9994082 or 10387559. OLE color: 10387559.
HSL color Cylindrical-coordinate representation of color #67809E: hue angle of 212.73º degrees, saturation: 0.22, 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 #67809E is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 128 | 158 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.38 |
| HSL | 212.73º | 0.22% | 0.51% | - |
| HSV(B) | 212.73º | 0.35% | 0.62% | - |
| XYZ | 19.48 | 20.79 | 35.33 | - |
| YUV | 123.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 158 | 0.35 | 0.19 | 0 | 0.38 | 212.73 | 0.22 | 0.51 |
| Hex | 67 | 80 | 9E | 23 | 13 | 0 | 26 | D5 | 16 | 33 |
| Octal | 147 | 200 | 236 | 43 | 23 | 0 | 46 | 325 | 26 | 63 |
| Binary | 1100111 | 10000000 | 10011110 | 100011 | 10011 | 0 | 100110 | 11010101 | 10110 | 110011 |
Color Harmonies of #67809E
Complementary color
Monochromatic Colors of #67809E
Black with #67809E
Text Example
Text Example
White with #67809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67809E; }
p { color: rgb(103,128,158); }
H1.HeaderClassName
{
color: #67809E;
}
.AnyTagClassName
{
color: #67809E;
}
</style>
background-color css
<style>
a { background-color: #67809E; }
a { background-color: rgb(103,128,158); }
div.DivClassName
{
background-color: #67809E;
}
.BgClassName
{
background-color: #67809E;
}
</style>
border-color css
<style>
span { border-color: #67809E; }
span { border-color: rgb(103,128,158); }
td.TdClassName
{
border-color: #67809E;
}
.TagClassName
{
border-color: #67809E;
}
</style>