Shades of Slate Blue #625CC0
Tints of Slate Blue #625CC0
RGB
CMYK
RGB Variations
Color information
#625CC0 (or 0x625CC0) is known color: Slate Blue. HEX triplet: 62, 5C and C0. RGB value is (98,92,192). Sum of RGB (Red+Green+Blue) = 98+92+192=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #625CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CC0 is #9DA33F. Grayscale: #686868. Windows color (decimal): -10330944 or 12606562. OLE color: 12606562.
HSL color Cylindrical-coordinate representation of color #625CC0: hue angle of 243.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #625CC0 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 92 | 192 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.25 |
| HSL | 243.6º | 0.44% | 0.56% | - |
| HSV(B) | 243.6º | 0.52% | 0.75% | - |
| XYZ | 18.38 | 14.06 | 51.61 | - |
| YUV | 105.19 | 176.99 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 192 | 0.49 | 0.52 | 0 | 0.25 | 243.6 | 0.44 | 0.56 |
| Hex | 62 | 5C | C0 | 31 | 34 | 0 | 19 | F4 | 2C | 38 |
| Octal | 142 | 134 | 300 | 61 | 64 | 0 | 31 | 364 | 54 | 70 |
| Binary | 1100010 | 1011100 | 11000000 | 110001 | 110100 | 0 | 11001 | 11110100 | 101100 | 111000 |
Color Harmonies of #625CC0
Complementary color
Monochromatic Colors of #625CC0
Black with #625CC0
Text Example
Text Example
White with #625CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625CC0; }
p { color: rgb(98,92,192); }
H1.HeaderClassName
{
color: #625CC0;
}
.AnyTagClassName
{
color: #625CC0;
}
</style>
background-color css
<style>
a { background-color: #625CC0; }
a { background-color: rgb(98,92,192); }
div.DivClassName
{
background-color: #625CC0;
}
.BgClassName
{
background-color: #625CC0;
}
</style>
border-color css
<style>
span { border-color: #625CC0; }
span { border-color: rgb(98,92,192); }
td.TdClassName
{
border-color: #625CC0;
}
.TagClassName
{
border-color: #625CC0;
}
</style>