Shades of Slate Blue #624FCB
Tints of Slate Blue #624FCB
RGB
CMYK
RGB Variations
Color information
#624FCB (or 0x624FCB) is known color: Slate Blue. HEX triplet: 62, 4F and CB. RGB value is (98,79,203). Sum of RGB (Red+Green+Blue) = 98+79+203=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #624FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624FCB is #9DB034. Grayscale: #626262. Windows color (decimal): -10334261 or 13324130. OLE color: 13324130.
HSL color Cylindrical-coordinate representation of color #624FCB: hue angle of 249.19º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #624FCB is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 79 | 203 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.20 |
| HSL | 249.19º | 0.54% | 0.55% | - |
| HSV(B) | 249.19º | 0.61% | 0.8% | - |
| XYZ | 18.61 | 12.5 | 57.93 | - |
| YUV | 98.82 | 186.79 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 203 | 0.52 | 0.61 | 0 | 0.20 | 249.19 | 0.54 | 0.55 |
| Hex | 62 | 4F | CB | 34 | 3D | 0 | 14 | F9 | 36 | 37 |
| Octal | 142 | 117 | 313 | 64 | 75 | 0 | 24 | 371 | 66 | 67 |
| Binary | 1100010 | 1001111 | 11001011 | 110100 | 111101 | 0 | 10100 | 11111001 | 110110 | 110111 |
Color Harmonies of #624FCB
Complementary color
Monochromatic Colors of #624FCB
Black with #624FCB
Text Example
Text Example
White with #624FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624FCB; }
p { color: rgb(98,79,203); }
H1.HeaderClassName
{
color: #624FCB;
}
.AnyTagClassName
{
color: #624FCB;
}
</style>
background-color css
<style>
a { background-color: #624FCB; }
a { background-color: rgb(98,79,203); }
div.DivClassName
{
background-color: #624FCB;
}
.BgClassName
{
background-color: #624FCB;
}
</style>
border-color css
<style>
span { border-color: #624FCB; }
span { border-color: rgb(98,79,203); }
td.TdClassName
{
border-color: #624FCB;
}
.TagClassName
{
border-color: #624FCB;
}
</style>