Shades of Slate Blue #625CCD
Tints of Slate Blue #625CCD
RGB
CMYK
RGB Variations
Color information
#625CCD (or 0x625CCD) is known color: Slate Blue. HEX triplet: 62, 5C and CD. RGB value is (98,92,205). Sum of RGB (Red+Green+Blue) = 98+92+205=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #625CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CCD is #9DA332. Grayscale: #6A6A6A. Windows color (decimal): -10330931 or 13458530. OLE color: 13458530.
HSL color Cylindrical-coordinate representation of color #625CCD: hue angle of 243.19º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #625CCD is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 92 | 205 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.20 |
| HSL | 243.19º | 0.53% | 0.58% | - |
| HSV(B) | 243.19º | 0.55% | 0.8% | - |
| XYZ | 19.88 | 14.66 | 59.54 | - |
| YUV | 106.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 205 | 0.52 | 0.55 | 0 | 0.20 | 243.19 | 0.53 | 0.58 |
| Hex | 62 | 5C | CD | 34 | 37 | 0 | 14 | F3 | 35 | 3A |
| Octal | 142 | 134 | 315 | 64 | 67 | 0 | 24 | 363 | 65 | 72 |
| Binary | 1100010 | 1011100 | 11001101 | 110100 | 110111 | 0 | 10100 | 11110011 | 110101 | 111010 |
Color Harmonies of #625CCD
Complementary color
Monochromatic Colors of #625CCD
Black with #625CCD
Text Example
Text Example
White with #625CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625CCD; }
p { color: rgb(98,92,205); }
H1.HeaderClassName
{
color: #625CCD;
}
.AnyTagClassName
{
color: #625CCD;
}
</style>
background-color css
<style>
a { background-color: #625CCD; }
a { background-color: rgb(98,92,205); }
div.DivClassName
{
background-color: #625CCD;
}
.BgClassName
{
background-color: #625CCD;
}
</style>
border-color css
<style>
span { border-color: #625CCD; }
span { border-color: rgb(98,92,205); }
td.TdClassName
{
border-color: #625CCD;
}
.TagClassName
{
border-color: #625CCD;
}
</style>