Shades of Slate Blue #624ACE
Tints of Slate Blue #624ACE
RGB
CMYK
RGB Variations
Color information
#624ACE (or 0x624ACE) is known color: Slate Blue. HEX triplet: 62, 4A and CE. RGB value is (98,74,206). Sum of RGB (Red+Green+Blue) = 98+74+206=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #624ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #624ACE is #9DB531. Grayscale: #5F5F5F. Windows color (decimal): -10335538 or 13519458. OLE color: 13519458.
HSL color Cylindrical-coordinate representation of color #624ACE: hue angle of 250.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #624ACE is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 74 | 206 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.19 |
| HSL | 250.91º | 0.57% | 0.55% | - |
| HSV(B) | 250.91º | 0.64% | 0.81% | - |
| XYZ | 18.63 | 11.95 | 59.72 | - |
| YUV | 96.22 | 189.95 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 206 | 0.52 | 0.64 | 0 | 0.19 | 250.91 | 0.57 | 0.55 |
| Hex | 62 | 4A | CE | 34 | 40 | 0 | 13 | FB | 39 | 37 |
| Octal | 142 | 112 | 316 | 64 | 100 | 0 | 23 | 373 | 71 | 67 |
| Binary | 1100010 | 1001010 | 11001110 | 110100 | 1000000 | 0 | 10011 | 11111011 | 111001 | 110111 |
Color Harmonies of #624ACE
Complementary color
Monochromatic Colors of #624ACE
Black with #624ACE
Text Example
Text Example
White with #624ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624ACE; }
p { color: rgb(98,74,206); }
H1.HeaderClassName
{
color: #624ACE;
}
.AnyTagClassName
{
color: #624ACE;
}
</style>
background-color css
<style>
a { background-color: #624ACE; }
a { background-color: rgb(98,74,206); }
div.DivClassName
{
background-color: #624ACE;
}
.BgClassName
{
background-color: #624ACE;
}
</style>
border-color css
<style>
span { border-color: #624ACE; }
span { border-color: rgb(98,74,206); }
td.TdClassName
{
border-color: #624ACE;
}
.TagClassName
{
border-color: #624ACE;
}
</style>