Shades of Slate Grey #627B96
Tints of Slate Grey #627B96
RGB
CMYK
RGB Variations
Color information
#627B96 (or 0x627B96) is known color: Slate Grey. HEX triplet: 62, 7B and 96. RGB value is (98,123,150). Sum of RGB (Red+Green+Blue) = 98+123+150=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #627B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627B96 is #9D8469. Grayscale: #767676. Windows color (decimal): -10323050 or 9861986. OLE color: 9861986.
HSL color Cylindrical-coordinate representation of color #627B96: hue angle of 211.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #627B96 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 123 | 150 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.41 |
| HSL | 211.15º | 0.21% | 0.49% | - |
| HSV(B) | 211.15º | 0.35% | 0.59% | - |
| XYZ | 17.62 | 18.96 | 31.59 | - |
| YUV | 118.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 150 | 0.35 | 0.18 | 0 | 0.41 | 211.15 | 0.21 | 0.49 |
| Hex | 62 | 7B | 96 | 23 | 12 | 0 | 29 | D3 | 15 | 31 |
| Octal | 142 | 173 | 226 | 43 | 22 | 0 | 51 | 323 | 25 | 61 |
| Binary | 1100010 | 1111011 | 10010110 | 100011 | 10010 | 0 | 101001 | 11010011 | 10101 | 110001 |
Color Harmonies of #627B96
Complementary color
Monochromatic Colors of #627B96
Black with #627B96
Text Example
Text Example
White with #627B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B96; }
p { color: rgb(98,123,150); }
H1.HeaderClassName
{
color: #627B96;
}
.AnyTagClassName
{
color: #627B96;
}
</style>
background-color css
<style>
a { background-color: #627B96; }
a { background-color: rgb(98,123,150); }
div.DivClassName
{
background-color: #627B96;
}
.BgClassName
{
background-color: #627B96;
}
</style>
border-color css
<style>
span { border-color: #627B96; }
span { border-color: rgb(98,123,150); }
td.TdClassName
{
border-color: #627B96;
}
.TagClassName
{
border-color: #627B96;
}
</style>