Shades of Slate Grey #67809F
Tints of Slate Grey #67809F
RGB
CMYK
RGB Variations
Color information
#67809F (or 0x67809F) is known color: Slate Grey. HEX triplet: 67, 80 and 9F. RGB value is (103,128,159). Sum of RGB (Red+Green+Blue) = 103+128+159=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #67809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67809F is #987F60. Grayscale: #7B7B7B. Windows color (decimal): -9994081 or 10453095. OLE color: 10453095.
HSL color Cylindrical-coordinate representation of color #67809F: hue angle of 213.21º 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 #67809F is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 128 | 159 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.38 |
| HSL | 213.21º | 0.23% | 0.51% | - |
| HSV(B) | 213.21º | 0.35% | 0.62% | - |
| XYZ | 19.57 | 20.83 | 35.79 | - |
| YUV | 124.06 | 147.72 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 159 | 0.35 | 0.19 | 0 | 0.38 | 213.21 | 0.23 | 0.51 |
| Hex | 67 | 80 | 9F | 23 | 13 | 0 | 26 | D5 | 17 | 33 |
| Octal | 147 | 200 | 237 | 43 | 23 | 0 | 46 | 325 | 27 | 63 |
| Binary | 1100111 | 10000000 | 10011111 | 100011 | 10011 | 0 | 100110 | 11010101 | 10111 | 110011 |
Color Harmonies of #67809F
Complementary color
Monochromatic Colors of #67809F
Black with #67809F
Text Example
Text Example
White with #67809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67809F; }
p { color: rgb(103,128,159); }
H1.HeaderClassName
{
color: #67809F;
}
.AnyTagClassName
{
color: #67809F;
}
</style>
background-color css
<style>
a { background-color: #67809F; }
a { background-color: rgb(103,128,159); }
div.DivClassName
{
background-color: #67809F;
}
.BgClassName
{
background-color: #67809F;
}
</style>
border-color css
<style>
span { border-color: #67809F; }
span { border-color: rgb(103,128,159); }
td.TdClassName
{
border-color: #67809F;
}
.TagClassName
{
border-color: #67809F;
}
</style>