Shades of Slate Blue #6247CE
Tints of Slate Blue #6247CE
RGB
CMYK
RGB Variations
Color information
#6247CE (or 0x6247CE) is known color: Slate Blue. HEX triplet: 62, 47 and CE. RGB value is (98,71,206). Sum of RGB (Red+Green+Blue) = 98+71+206=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #6247CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6247CE is #9DB831. Grayscale: #5D5D5D. Windows color (decimal): -10336306 or 13518690. OLE color: 13518690.
HSL color Cylindrical-coordinate representation of color #6247CE: hue angle of 252º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6247CE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 71 | 206 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.19 |
| HSL | 252º | 0.58% | 0.54% | - |
| HSV(B) | 252º | 0.66% | 0.81% | - |
| XYZ | 18.43 | 11.56 | 59.65 | - |
| YUV | 94.46 | 190.95 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 71 | 206 | 0.52 | 0.66 | 0 | 0.19 | 252 | 0.58 | 0.54 |
| Hex | 62 | 47 | CE | 34 | 42 | 0 | 13 | FC | 3A | 36 |
| Octal | 142 | 107 | 316 | 64 | 102 | 0 | 23 | 374 | 72 | 66 |
| Binary | 1100010 | 1000111 | 11001110 | 110100 | 1000010 | 0 | 10011 | 11111100 | 111010 | 110110 |
Color Harmonies of #6247CE
Complementary color
Monochromatic Colors of #6247CE
Black with #6247CE
Text Example
Text Example
White with #6247CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6247CE; }
p { color: rgb(98,71,206); }
H1.HeaderClassName
{
color: #6247CE;
}
.AnyTagClassName
{
color: #6247CE;
}
</style>
background-color css
<style>
a { background-color: #6247CE; }
a { background-color: rgb(98,71,206); }
div.DivClassName
{
background-color: #6247CE;
}
.BgClassName
{
background-color: #6247CE;
}
</style>
border-color css
<style>
span { border-color: #6247CE; }
span { border-color: rgb(98,71,206); }
td.TdClassName
{
border-color: #6247CE;
}
.TagClassName
{
border-color: #6247CE;
}
</style>