Shades of Slate Blue #624DC7
Tints of Slate Blue #624DC7
RGB
CMYK
RGB Variations
Color information
#624DC7 (or 0x624DC7) is known color: Slate Blue. HEX triplet: 62, 4D and C7. RGB value is (98,77,199). Sum of RGB (Red+Green+Blue) = 98+77+199=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 199 (78.12% from 255 or 53.21% from 374); Max value from RGB is 199 - color contains mainly: blue. Hex color #624DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DC7 is #9DB238. Grayscale: #606060. Windows color (decimal): -10334777 or 13061474. OLE color: 13061474.
HSL color Cylindrical-coordinate representation of color #624DC7: hue angle of 250.33º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #624DC7 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 77 | 199 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.22 |
| HSL | 250.33º | 0.52% | 0.54% | - |
| HSV(B) | 250.33º | 0.61% | 0.78% | - |
| XYZ | 18 | 12.03 | 55.41 | - |
| YUV | 97.19 | 185.46 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 199 | 0.51 | 0.61 | 0 | 0.22 | 250.33 | 0.52 | 0.54 |
| Hex | 62 | 4D | C7 | 33 | 3D | 0 | 16 | FA | 34 | 36 |
| Octal | 142 | 115 | 307 | 63 | 75 | 0 | 26 | 372 | 64 | 66 |
| Binary | 1100010 | 1001101 | 11000111 | 110011 | 111101 | 0 | 10110 | 11111010 | 110100 | 110110 |
Color Harmonies of #624DC7
Complementary color
Monochromatic Colors of #624DC7
Black with #624DC7
Text Example
Text Example
White with #624DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624DC7; }
p { color: rgb(98,77,199); }
H1.HeaderClassName
{
color: #624DC7;
}
.AnyTagClassName
{
color: #624DC7;
}
</style>
background-color css
<style>
a { background-color: #624DC7; }
a { background-color: rgb(98,77,199); }
div.DivClassName
{
background-color: #624DC7;
}
.BgClassName
{
background-color: #624DC7;
}
</style>
border-color css
<style>
span { border-color: #624DC7; }
span { border-color: rgb(98,77,199); }
td.TdClassName
{
border-color: #624DC7;
}
.TagClassName
{
border-color: #624DC7;
}
</style>