Shades of Slate Blue #6247CA
Tints of Slate Blue #6247CA
RGB
CMYK
RGB Variations
Color information
#6247CA (or 0x6247CA) is known color: Slate Blue. HEX triplet: 62, 47 and CA. RGB value is (98,71,202). Sum of RGB (Red+Green+Blue) = 98+71+202=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #6247CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6247CA is #9DB835. Grayscale: #5D5D5D. Windows color (decimal): -10336310 or 13256546. OLE color: 13256546.
HSL color Cylindrical-coordinate representation of color #6247CA: hue angle of 252.37º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6247CA is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 71 | 202 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.21 |
| HSL | 252.37º | 0.55% | 0.54% | - |
| HSV(B) | 252.37º | 0.65% | 0.79% | - |
| XYZ | 17.95 | 11.37 | 57.13 | - |
| YUV | 94.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 71 | 202 | 0.51 | 0.65 | 0 | 0.21 | 252.37 | 0.55 | 0.54 |
| Hex | 62 | 47 | CA | 33 | 41 | 0 | 15 | FC | 37 | 36 |
| Octal | 142 | 107 | 312 | 63 | 101 | 0 | 25 | 374 | 67 | 66 |
| Binary | 1100010 | 1000111 | 11001010 | 110011 | 1000001 | 0 | 10101 | 11111100 | 110111 | 110110 |
Color Harmonies of #6247CA
Complementary color
Monochromatic Colors of #6247CA
Black with #6247CA
Text Example
Text Example
White with #6247CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6247CA; }
p { color: rgb(98,71,202); }
H1.HeaderClassName
{
color: #6247CA;
}
.AnyTagClassName
{
color: #6247CA;
}
</style>
background-color css
<style>
a { background-color: #6247CA; }
a { background-color: rgb(98,71,202); }
div.DivClassName
{
background-color: #6247CA;
}
.BgClassName
{
background-color: #6247CA;
}
</style>
border-color css
<style>
span { border-color: #6247CA; }
span { border-color: rgb(98,71,202); }
td.TdClassName
{
border-color: #6247CA;
}
.TagClassName
{
border-color: #6247CA;
}
</style>