Shades of Slate Blue #6247CC
Tints of Slate Blue #6247CC
RGB
CMYK
RGB Variations
Color information
#6247CC (or 0x6247CC) is known color: Slate Blue. HEX triplet: 62, 47 and CC. RGB value is (98,71,204). Sum of RGB (Red+Green+Blue) = 98+71+204=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #6247CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6247CC is #9DB833. Grayscale: #5D5D5D. Windows color (decimal): -10336308 or 13387618. OLE color: 13387618.
HSL color Cylindrical-coordinate representation of color #6247CC: hue angle of 252.18º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6247CC is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 71 | 204 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.2 |
| HSL | 252.18º | 0.57% | 0.54% | - |
| HSV(B) | 252.18º | 0.65% | 0.8% | - |
| XYZ | 18.19 | 11.46 | 58.38 | - |
| YUV | 94.24 | 189.95 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 71 | 204 | 0.52 | 0.65 | 0 | 0.2 | 252.18 | 0.57 | 0.54 |
| Hex | 62 | 47 | CC | 34 | 41 | 0 | 14 | FC | 39 | 36 |
| Octal | 142 | 107 | 314 | 64 | 101 | 0 | 24 | 374 | 71 | 66 |
| Binary | 1100010 | 1000111 | 11001100 | 110100 | 1000001 | 0 | 10100 | 11111100 | 111001 | 110110 |
Color Harmonies of #6247CC
Complementary color
Monochromatic Colors of #6247CC
Black with #6247CC
Text Example
Text Example
White with #6247CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6247CC; }
p { color: rgb(98,71,204); }
H1.HeaderClassName
{
color: #6247CC;
}
.AnyTagClassName
{
color: #6247CC;
}
</style>
background-color css
<style>
a { background-color: #6247CC; }
a { background-color: rgb(98,71,204); }
div.DivClassName
{
background-color: #6247CC;
}
.BgClassName
{
background-color: #6247CC;
}
</style>
border-color css
<style>
span { border-color: #6247CC; }
span { border-color: rgb(98,71,204); }
td.TdClassName
{
border-color: #6247CC;
}
.TagClassName
{
border-color: #6247CC;
}
</style>