Shades of Slate Blue #624DCB
Tints of Slate Blue #624DCB
RGB
CMYK
RGB Variations
Color information
#624DCB (or 0x624DCB) is known color: Slate Blue. HEX triplet: 62, 4D and CB. RGB value is (98,77,203). Sum of RGB (Red+Green+Blue) = 98+77+203=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #624DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DCB is #9DB234. Grayscale: #616161. Windows color (decimal): -10334773 or 13323618. OLE color: 13323618.
HSL color Cylindrical-coordinate representation of color #624DCB: hue angle of 250º 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 #624DCB is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 77 | 203 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.20 |
| HSL | 250º | 0.55% | 0.55% | - |
| HSV(B) | 250º | 0.62% | 0.8% | - |
| XYZ | 18.47 | 12.22 | 57.88 | - |
| YUV | 97.64 | 187.46 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 203 | 0.52 | 0.62 | 0 | 0.20 | 250 | 0.55 | 0.55 |
| Hex | 62 | 4D | CB | 34 | 3E | 0 | 14 | FA | 37 | 37 |
| Octal | 142 | 115 | 313 | 64 | 76 | 0 | 24 | 372 | 67 | 67 |
| Binary | 1100010 | 1001101 | 11001011 | 110100 | 111110 | 0 | 10100 | 11111010 | 110111 | 110111 |
Color Harmonies of #624DCB
Complementary color
Monochromatic Colors of #624DCB
Black with #624DCB
Text Example
Text Example
White with #624DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624DCB; }
p { color: rgb(98,77,203); }
H1.HeaderClassName
{
color: #624DCB;
}
.AnyTagClassName
{
color: #624DCB;
}
</style>
background-color css
<style>
a { background-color: #624DCB; }
a { background-color: rgb(98,77,203); }
div.DivClassName
{
background-color: #624DCB;
}
.BgClassName
{
background-color: #624DCB;
}
</style>
border-color css
<style>
span { border-color: #624DCB; }
span { border-color: rgb(98,77,203); }
td.TdClassName
{
border-color: #624DCB;
}
.TagClassName
{
border-color: #624DCB;
}
</style>