Shades of Slate Blue #624ACD
Tints of Slate Blue #624ACD
RGB
CMYK
RGB Variations
Color information
#624ACD (or 0x624ACD) is known color: Slate Blue. HEX triplet: 62, 4A and CD. RGB value is (98,74,205). Sum of RGB (Red+Green+Blue) = 98+74+205=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #624ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #624ACD is #9DB532. Grayscale: #5F5F5F. Windows color (decimal): -10335539 or 13453922. OLE color: 13453922.
HSL color Cylindrical-coordinate representation of color #624ACD: hue angle of 250.99º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #624ACD is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 74 | 205 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.20 |
| HSL | 250.99º | 0.57% | 0.55% | - |
| HSV(B) | 250.99º | 0.64% | 0.8% | - |
| XYZ | 18.51 | 11.9 | 59.08 | - |
| YUV | 96.11 | 189.45 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 205 | 0.52 | 0.64 | 0 | 0.20 | 250.99 | 0.57 | 0.55 |
| Hex | 62 | 4A | CD | 34 | 40 | 0 | 14 | FB | 39 | 37 |
| Octal | 142 | 112 | 315 | 64 | 100 | 0 | 24 | 373 | 71 | 67 |
| Binary | 1100010 | 1001010 | 11001101 | 110100 | 1000000 | 0 | 10100 | 11111011 | 111001 | 110111 |
Color Harmonies of #624ACD
Complementary color
Monochromatic Colors of #624ACD
Black with #624ACD
Text Example
Text Example
White with #624ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624ACD; }
p { color: rgb(98,74,205); }
H1.HeaderClassName
{
color: #624ACD;
}
.AnyTagClassName
{
color: #624ACD;
}
</style>
background-color css
<style>
a { background-color: #624ACD; }
a { background-color: rgb(98,74,205); }
div.DivClassName
{
background-color: #624ACD;
}
.BgClassName
{
background-color: #624ACD;
}
</style>
border-color css
<style>
span { border-color: #624ACD; }
span { border-color: rgb(98,74,205); }
td.TdClassName
{
border-color: #624ACD;
}
.TagClassName
{
border-color: #624ACD;
}
</style>