Shades of Slate Grey #627D99
Tints of Slate Grey #627D99
RGB
CMYK
RGB Variations
Color information
#627D99 (or 0x627D99) is known color: Slate Grey. HEX triplet: 62, 7D and 99. RGB value is (98,125,153). Sum of RGB (Red+Green+Blue) = 98+125+153=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #627D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D99 is #9D8266. Grayscale: #777777. Windows color (decimal): -10322535 or 10059106. OLE color: 10059106.
HSL color Cylindrical-coordinate representation of color #627D99: hue angle of 210.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #627D99 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 125 | 153 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.4 |
| HSL | 210.55º | 0.22% | 0.49% | - |
| HSV(B) | 210.55º | 0.36% | 0.6% | - |
| XYZ | 18.12 | 19.56 | 32.96 | - |
| YUV | 120.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 153 | 0.36 | 0.18 | 0 | 0.4 | 210.55 | 0.22 | 0.49 |
| Hex | 62 | 7D | 99 | 24 | 12 | 0 | 28 | D3 | 16 | 31 |
| Octal | 142 | 175 | 231 | 44 | 22 | 0 | 50 | 323 | 26 | 61 |
| Binary | 1100010 | 1111101 | 10011001 | 100100 | 10010 | 0 | 101000 | 11010011 | 10110 | 110001 |
Color Harmonies of #627D99
Complementary color
Monochromatic Colors of #627D99
Black with #627D99
Text Example
Text Example
White with #627D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627D99; }
p { color: rgb(98,125,153); }
H1.HeaderClassName
{
color: #627D99;
}
.AnyTagClassName
{
color: #627D99;
}
</style>
background-color css
<style>
a { background-color: #627D99; }
a { background-color: rgb(98,125,153); }
div.DivClassName
{
background-color: #627D99;
}
.BgClassName
{
background-color: #627D99;
}
</style>
border-color css
<style>
span { border-color: #627D99; }
span { border-color: rgb(98,125,153); }
td.TdClassName
{
border-color: #627D99;
}
.TagClassName
{
border-color: #627D99;
}
</style>