Shades of Slate Blue #625DC0
Tints of Slate Blue #625DC0
RGB
CMYK
RGB Variations
Color information
#625DC0 (or 0x625DC0) is known color: Slate Blue. HEX triplet: 62, 5D and C0. RGB value is (98,93,192). Sum of RGB (Red+Green+Blue) = 98+93+192=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #625DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DC0 is #9DA23F. Grayscale: #696969. Windows color (decimal): -10330688 or 12606818. OLE color: 12606818.
HSL color Cylindrical-coordinate representation of color #625DC0: hue angle of 243.03º 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 #625DC0 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 93 | 192 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.25 |
| HSL | 243.03º | 0.44% | 0.56% | - |
| HSV(B) | 243.03º | 0.52% | 0.75% | - |
| XYZ | 18.47 | 14.23 | 51.64 | - |
| YUV | 105.78 | 176.66 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 192 | 0.49 | 0.52 | 0 | 0.25 | 243.03 | 0.44 | 0.56 |
| Hex | 62 | 5D | C0 | 31 | 34 | 0 | 19 | F3 | 2C | 38 |
| Octal | 142 | 135 | 300 | 61 | 64 | 0 | 31 | 363 | 54 | 70 |
| Binary | 1100010 | 1011101 | 11000000 | 110001 | 110100 | 0 | 11001 | 11110011 | 101100 | 111000 |
Color Harmonies of #625DC0
Complementary color
Monochromatic Colors of #625DC0
Black with #625DC0
Text Example
Text Example
White with #625DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625DC0; }
p { color: rgb(98,93,192); }
H1.HeaderClassName
{
color: #625DC0;
}
.AnyTagClassName
{
color: #625DC0;
}
</style>
background-color css
<style>
a { background-color: #625DC0; }
a { background-color: rgb(98,93,192); }
div.DivClassName
{
background-color: #625DC0;
}
.BgClassName
{
background-color: #625DC0;
}
</style>
border-color css
<style>
span { border-color: #625DC0; }
span { border-color: rgb(98,93,192); }
td.TdClassName
{
border-color: #625DC0;
}
.TagClassName
{
border-color: #625DC0;
}
</style>