Shades of Slate Blue #625FCD
Tints of Slate Blue #625FCD
RGB
CMYK
RGB Variations
Color information
#625FCD (or 0x625FCD) is known color: Slate Blue. HEX triplet: 62, 5F and CD. RGB value is (98,95,205). Sum of RGB (Red+Green+Blue) = 98+95+205=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #625FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625FCD is #9DA032. Grayscale: #6B6B6B. Windows color (decimal): -10330163 or 13459298. OLE color: 13459298.
HSL color Cylindrical-coordinate representation of color #625FCD: hue angle of 241.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #625FCD is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 95 | 205 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.20 |
| HSL | 241.64º | 0.52% | 0.59% | - |
| HSV(B) | 241.64º | 0.54% | 0.8% | - |
| XYZ | 20.15 | 15.19 | 59.63 | - |
| YUV | 108.44 | 182.49 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 205 | 0.52 | 0.54 | 0 | 0.20 | 241.64 | 0.52 | 0.59 |
| Hex | 62 | 5F | CD | 34 | 36 | 0 | 14 | F2 | 34 | 3B |
| Octal | 142 | 137 | 315 | 64 | 66 | 0 | 24 | 362 | 64 | 73 |
| Binary | 1100010 | 1011111 | 11001101 | 110100 | 110110 | 0 | 10100 | 11110010 | 110100 | 111011 |
Color Harmonies of #625FCD
Complementary color
Monochromatic Colors of #625FCD
Black with #625FCD
Text Example
Text Example
White with #625FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625FCD; }
p { color: rgb(98,95,205); }
H1.HeaderClassName
{
color: #625FCD;
}
.AnyTagClassName
{
color: #625FCD;
}
</style>
background-color css
<style>
a { background-color: #625FCD; }
a { background-color: rgb(98,95,205); }
div.DivClassName
{
background-color: #625FCD;
}
.BgClassName
{
background-color: #625FCD;
}
</style>
border-color css
<style>
span { border-color: #625FCD; }
span { border-color: rgb(98,95,205); }
td.TdClassName
{
border-color: #625FCD;
}
.TagClassName
{
border-color: #625FCD;
}
</style>