Shades of Slate Blue #625CDA
Tints of Slate Blue #625CDA
RGB
CMYK
RGB Variations
Color information
#625CDA (or 0x625CDA) is known color: Slate Blue. HEX triplet: 62, 5C and DA. RGB value is (98,92,218). Sum of RGB (Red+Green+Blue) = 98+92+218=408 (54% of max value = 765). Red value is 98 (38.67% from 255 or 24.02% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #625CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CDA is #9DA325. Grayscale: #6B6B6B. Windows color (decimal): -10330918 or 14310498. OLE color: 14310498.
HSL color Cylindrical-coordinate representation of color #625CDA: hue angle of 242.86º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #625CDA is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 92 | 218 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.15 |
| HSL | 242.86º | 0.63% | 0.61% | - |
| HSV(B) | 242.86º | 0.58% | 0.85% | - |
| XYZ | 21.52 | 15.31 | 68.15 | - |
| YUV | 108.16 | 189.99 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 218 | 0.55 | 0.58 | 0 | 0.15 | 242.86 | 0.63 | 0.61 |
| Hex | 62 | 5C | DA | 37 | 3A | 0 | F | F3 | 3F | 3D |
| Octal | 142 | 134 | 332 | 67 | 72 | 0 | 17 | 363 | 77 | 75 |
| Binary | 1100010 | 1011100 | 11011010 | 110111 | 111010 | 0 | 1111 | 11110011 | 111111 | 111101 |
Color Harmonies of #625CDA
Complementary color
Monochromatic Colors of #625CDA
Black with #625CDA
Text Example
Text Example
White with #625CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625CDA; }
p { color: rgb(98,92,218); }
H1.HeaderClassName
{
color: #625CDA;
}
.AnyTagClassName
{
color: #625CDA;
}
</style>
background-color css
<style>
a { background-color: #625CDA; }
a { background-color: rgb(98,92,218); }
div.DivClassName
{
background-color: #625CDA;
}
.BgClassName
{
background-color: #625CDA;
}
</style>
border-color css
<style>
span { border-color: #625CDA; }
span { border-color: rgb(98,92,218); }
td.TdClassName
{
border-color: #625CDA;
}
.TagClassName
{
border-color: #625CDA;
}
</style>