Shades of Slate Grey #677C93
Tints of Slate Grey #677C93
RGB
CMYK
RGB Variations
Color information
#677C93 (or 0x677C93) is known color: Slate Grey. HEX triplet: 67, 7C and 93. RGB value is (103,124,147). Sum of RGB (Red+Green+Blue) = 103+124+147=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #677C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677C93 is #98836C. Grayscale: #787878. Windows color (decimal): -9995117 or 9665639. OLE color: 9665639.
HSL color Cylindrical-coordinate representation of color #677C93: hue angle of 211.36º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #677C93 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 124 | 147 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.42 |
| HSL | 211.36º | 0.18% | 0.49% | - |
| HSV(B) | 211.36º | 0.3% | 0.58% | - |
| XYZ | 18.07 | 19.41 | 30.4 | - |
| YUV | 120.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 147 | 0.30 | 0.16 | 0 | 0.42 | 211.36 | 0.18 | 0.49 |
| Hex | 67 | 7C | 93 | 1E | 10 | 0 | 2A | D3 | 12 | 31 |
| Octal | 147 | 174 | 223 | 36 | 20 | 0 | 52 | 323 | 22 | 61 |
| Binary | 1100111 | 1111100 | 10010011 | 11110 | 10000 | 0 | 101010 | 11010011 | 10010 | 110001 |
Color Harmonies of #677C93
Complementary color
Monochromatic Colors of #677C93
Black with #677C93
Text Example
Text Example
White with #677C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677C93; }
p { color: rgb(103,124,147); }
H1.HeaderClassName
{
color: #677C93;
}
.AnyTagClassName
{
color: #677C93;
}
</style>
background-color css
<style>
a { background-color: #677C93; }
a { background-color: rgb(103,124,147); }
div.DivClassName
{
background-color: #677C93;
}
.BgClassName
{
background-color: #677C93;
}
</style>
border-color css
<style>
span { border-color: #677C93; }
span { border-color: rgb(103,124,147); }
td.TdClassName
{
border-color: #677C93;
}
.TagClassName
{
border-color: #677C93;
}
</style>