Shades of Slate Grey #678097
Tints of Slate Grey #678097
RGB
CMYK
RGB Variations
Color information
#678097 (or 0x678097) is known color: Slate Grey. HEX triplet: 67, 80 and 97. RGB value is (103,128,151). Sum of RGB (Red+Green+Blue) = 103+128+151=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 151 - color contains mainly: blue. Hex color #678097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678097 is #987F68. Grayscale: #7B7B7B. Windows color (decimal): -9994089 or 9928807. OLE color: 9928807.
HSL color Cylindrical-coordinate representation of color #678097: hue angle of 208.75º 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 #678097 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 128 | 151 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.41 |
| HSL | 208.75º | 0.19% | 0.5% | - |
| HSV(B) | 208.75º | 0.32% | 0.59% | - |
| XYZ | 18.9 | 20.56 | 32.25 | - |
| YUV | 123.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 151 | 0.32 | 0.15 | 0 | 0.41 | 208.75 | 0.19 | 0.5 |
| Hex | 67 | 80 | 97 | 20 | F | 0 | 29 | D1 | 13 | 32 |
| Octal | 147 | 200 | 227 | 40 | 17 | 0 | 51 | 321 | 23 | 62 |
| Binary | 1100111 | 10000000 | 10010111 | 100000 | 1111 | 0 | 101001 | 11010001 | 10011 | 110010 |
Color Harmonies of #678097
Complementary color
Monochromatic Colors of #678097
Black with #678097
Text Example
Text Example
White with #678097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678097; }
p { color: rgb(103,128,151); }
H1.HeaderClassName
{
color: #678097;
}
.AnyTagClassName
{
color: #678097;
}
</style>
background-color css
<style>
a { background-color: #678097; }
a { background-color: rgb(103,128,151); }
div.DivClassName
{
background-color: #678097;
}
.BgClassName
{
background-color: #678097;
}
</style>
border-color css
<style>
span { border-color: #678097; }
span { border-color: rgb(103,128,151); }
td.TdClassName
{
border-color: #678097;
}
.TagClassName
{
border-color: #678097;
}
</style>