Shades of Slate Blue #624ECB
Tints of Slate Blue #624ECB
RGB
CMYK
RGB Variations
Color information
#624ECB (or 0x624ECB) is known color: Slate Blue. HEX triplet: 62, 4E and CB. RGB value is (98,78,203). Sum of RGB (Red+Green+Blue) = 98+78+203=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #624ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624ECB is #9DB134. Grayscale: #616161. Windows color (decimal): -10334517 or 13323874. OLE color: 13323874.
HSL color Cylindrical-coordinate representation of color #624ECB: hue angle of 249.6º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #624ECB is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 78 | 203 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.20 |
| HSL | 249.6º | 0.55% | 0.55% | - |
| HSV(B) | 249.6º | 0.62% | 0.8% | - |
| XYZ | 18.54 | 12.36 | 57.91 | - |
| YUV | 98.23 | 187.13 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 203 | 0.52 | 0.62 | 0 | 0.20 | 249.6 | 0.55 | 0.55 |
| Hex | 62 | 4E | CB | 34 | 3E | 0 | 14 | FA | 37 | 37 |
| Octal | 142 | 116 | 313 | 64 | 76 | 0 | 24 | 372 | 67 | 67 |
| Binary | 1100010 | 1001110 | 11001011 | 110100 | 111110 | 0 | 10100 | 11111010 | 110111 | 110111 |
Color Harmonies of #624ECB
Complementary color
Monochromatic Colors of #624ECB
Black with #624ECB
Text Example
Text Example
White with #624ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624ECB; }
p { color: rgb(98,78,203); }
H1.HeaderClassName
{
color: #624ECB;
}
.AnyTagClassName
{
color: #624ECB;
}
</style>
background-color css
<style>
a { background-color: #624ECB; }
a { background-color: rgb(98,78,203); }
div.DivClassName
{
background-color: #624ECB;
}
.BgClassName
{
background-color: #624ECB;
}
</style>
border-color css
<style>
span { border-color: #624ECB; }
span { border-color: rgb(98,78,203); }
td.TdClassName
{
border-color: #624ECB;
}
.TagClassName
{
border-color: #624ECB;
}
</style>