Shades of Slate Grey #678197
Tints of Slate Grey #678197
RGB
CMYK
RGB Variations
Color information
#678197 (or 0x678197) is known color: Slate Grey. HEX triplet: 67, 81 and 97. RGB value is (103,129,151). Sum of RGB (Red+Green+Blue) = 103+129+151=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 151 - color contains mainly: blue. Hex color #678197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678197 is #987E68. Grayscale: #7B7B7B. Windows color (decimal): -9993833 or 9929063. OLE color: 9929063.
HSL color Cylindrical-coordinate representation of color #678197: hue angle of 207.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #678197 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 129 | 151 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.41 |
| HSL | 207.5º | 0.19% | 0.5% | - |
| HSV(B) | 207.5º | 0.32% | 0.59% | - |
| XYZ | 19.03 | 20.82 | 32.29 | - |
| YUV | 123.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 151 | 0.32 | 0.15 | 0 | 0.41 | 207.5 | 0.19 | 0.5 |
| Hex | 67 | 81 | 97 | 20 | F | 0 | 29 | D0 | 13 | 32 |
| Octal | 147 | 201 | 227 | 40 | 17 | 0 | 51 | 320 | 23 | 62 |
| Binary | 1100111 | 10000001 | 10010111 | 100000 | 1111 | 0 | 101001 | 11010000 | 10011 | 110010 |
Color Harmonies of #678197
Complementary color
Monochromatic Colors of #678197
Black with #678197
Text Example
Text Example
White with #678197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678197; }
p { color: rgb(103,129,151); }
H1.HeaderClassName
{
color: #678197;
}
.AnyTagClassName
{
color: #678197;
}
</style>
background-color css
<style>
a { background-color: #678197; }
a { background-color: rgb(103,129,151); }
div.DivClassName
{
background-color: #678197;
}
.BgClassName
{
background-color: #678197;
}
</style>
border-color css
<style>
span { border-color: #678197; }
span { border-color: rgb(103,129,151); }
td.TdClassName
{
border-color: #678197;
}
.TagClassName
{
border-color: #678197;
}
</style>