Shades of Slate Grey #627F9C
Tints of Slate Grey #627F9C
RGB
CMYK
RGB Variations
Color information
#627F9C (or 0x627F9C) is known color: Slate Grey. HEX triplet: 62, 7F and 9C. RGB value is (98,127,156). Sum of RGB (Red+Green+Blue) = 98+127+156=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #627F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627F9C is #9D8063. Grayscale: #797979. Windows color (decimal): -10322020 or 10256226. OLE color: 10256226.
HSL color Cylindrical-coordinate representation of color #627F9C: hue angle of 210º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #627F9C is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 127 | 156 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.39 |
| HSL | 210º | 0.23% | 0.5% | - |
| HSV(B) | 210º | 0.37% | 0.61% | - |
| XYZ | 18.63 | 20.18 | 34.37 | - |
| YUV | 121.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 156 | 0.37 | 0.19 | 0 | 0.39 | 210 | 0.23 | 0.5 |
| Hex | 62 | 7F | 9C | 25 | 13 | 0 | 27 | D2 | 17 | 32 |
| Octal | 142 | 177 | 234 | 45 | 23 | 0 | 47 | 322 | 27 | 62 |
| Binary | 1100010 | 1111111 | 10011100 | 100101 | 10011 | 0 | 100111 | 11010010 | 10111 | 110010 |
Color Harmonies of #627F9C
Complementary color
Monochromatic Colors of #627F9C
Black with #627F9C
Text Example
Text Example
White with #627F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627F9C; }
p { color: rgb(98,127,156); }
H1.HeaderClassName
{
color: #627F9C;
}
.AnyTagClassName
{
color: #627F9C;
}
</style>
background-color css
<style>
a { background-color: #627F9C; }
a { background-color: rgb(98,127,156); }
div.DivClassName
{
background-color: #627F9C;
}
.BgClassName
{
background-color: #627F9C;
}
</style>
border-color css
<style>
span { border-color: #627F9C; }
span { border-color: rgb(98,127,156); }
td.TdClassName
{
border-color: #627F9C;
}
.TagClassName
{
border-color: #627F9C;
}
</style>