Shades of Slate Grey #67809B
Tints of Slate Grey #67809B
RGB
CMYK
RGB Variations
Color information
#67809B (or 0x67809B) is known color: Slate Grey. HEX triplet: 67, 80 and 9B. RGB value is (103,128,155). Sum of RGB (Red+Green+Blue) = 103+128+155=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #67809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67809B is #987F64. Grayscale: #7B7B7B. Windows color (decimal): -9994085 or 10190951. OLE color: 10190951.
HSL color Cylindrical-coordinate representation of color #67809B: hue angle of 211.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67809B is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 128 | 155 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.39 |
| HSL | 211.15º | 0.21% | 0.51% | - |
| HSV(B) | 211.15º | 0.34% | 0.61% | - |
| XYZ | 19.23 | 20.69 | 33.99 | - |
| YUV | 123.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 155 | 0.34 | 0.17 | 0 | 0.39 | 211.15 | 0.21 | 0.51 |
| Hex | 67 | 80 | 9B | 22 | 11 | 0 | 27 | D3 | 15 | 33 |
| Octal | 147 | 200 | 233 | 42 | 21 | 0 | 47 | 323 | 25 | 63 |
| Binary | 1100111 | 10000000 | 10011011 | 100010 | 10001 | 0 | 100111 | 11010011 | 10101 | 110011 |
Color Harmonies of #67809B
Complementary color
Monochromatic Colors of #67809B
Black with #67809B
Text Example
Text Example
White with #67809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67809B; }
p { color: rgb(103,128,155); }
H1.HeaderClassName
{
color: #67809B;
}
.AnyTagClassName
{
color: #67809B;
}
</style>
background-color css
<style>
a { background-color: #67809B; }
a { background-color: rgb(103,128,155); }
div.DivClassName
{
background-color: #67809B;
}
.BgClassName
{
background-color: #67809B;
}
</style>
border-color css
<style>
span { border-color: #67809B; }
span { border-color: rgb(103,128,155); }
td.TdClassName
{
border-color: #67809B;
}
.TagClassName
{
border-color: #67809B;
}
</style>