Shades of Slate Grey #677CA2
Tints of Slate Grey #677CA2
RGB
CMYK
RGB Variations
Color information
#677CA2 (or 0x677CA2) is known color: Slate Grey. HEX triplet: 67, 7C and A2. RGB value is (103,124,162). Sum of RGB (Red+Green+Blue) = 103+124+162=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 162 - color contains mainly: blue. Hex color #677CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677CA2 is #98835D. Grayscale: #797979. Windows color (decimal): -9995102 or 10648679. OLE color: 10648679.
HSL color Cylindrical-coordinate representation of color #677CA2: hue angle of 218.64º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #677CA2 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 124 | 162 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.36 |
| HSL | 218.64º | 0.24% | 0.52% | - |
| HSV(B) | 218.64º | 0.36% | 0.64% | - |
| XYZ | 19.32 | 19.91 | 37.01 | - |
| YUV | 122.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 162 | 0.36 | 0.23 | 0 | 0.36 | 218.64 | 0.24 | 0.52 |
| Hex | 67 | 7C | A2 | 24 | 17 | 0 | 24 | DB | 18 | 34 |
| Octal | 147 | 174 | 242 | 44 | 27 | 0 | 44 | 333 | 30 | 64 |
| Binary | 1100111 | 1111100 | 10100010 | 100100 | 10111 | 0 | 100100 | 11011011 | 11000 | 110100 |
Color Harmonies of #677CA2
Complementary color
Monochromatic Colors of #677CA2
Black with #677CA2
Text Example
Text Example
White with #677CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677CA2; }
p { color: rgb(103,124,162); }
H1.HeaderClassName
{
color: #677CA2;
}
.AnyTagClassName
{
color: #677CA2;
}
</style>
background-color css
<style>
a { background-color: #677CA2; }
a { background-color: rgb(103,124,162); }
div.DivClassName
{
background-color: #677CA2;
}
.BgClassName
{
background-color: #677CA2;
}
</style>
border-color css
<style>
span { border-color: #677CA2; }
span { border-color: rgb(103,124,162); }
td.TdClassName
{
border-color: #677CA2;
}
.TagClassName
{
border-color: #677CA2;
}
</style>