Shades of Slate Blue #6246D3
Tints of Slate Blue #6246D3
RGB
CMYK
RGB Variations
Color information
#6246D3 (or 0x6246D3) is known color: Slate Blue. HEX triplet: 62, 46 and D3. RGB value is (98,70,211). Sum of RGB (Red+Green+Blue) = 98+70+211=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 211 (82.81% from 255 or 55.67% from 379); Max value from RGB is 211 - color contains mainly: blue. Hex color #6246D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6246D3 is #9DB92C. Grayscale: #5D5D5D. Windows color (decimal): -10336557 or 13846114. OLE color: 13846114.
HSL color Cylindrical-coordinate representation of color #6246D3: hue angle of 251.91º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6246D3 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 98 | 70 | 211 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.17 |
| HSL | 251.91º | 0.62% | 0.55% | - |
| HSV(B) | 251.91º | 0.67% | 0.83% | - |
| XYZ | 18.99 | 11.68 | 62.88 | - |
| YUV | 94.45 | 193.78 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 211 | 0.54 | 0.67 | 0 | 0.17 | 251.91 | 0.62 | 0.55 |
| Hex | 62 | 46 | D3 | 36 | 43 | 0 | 11 | FC | 3E | 37 |
| Octal | 142 | 106 | 323 | 66 | 103 | 0 | 21 | 374 | 76 | 67 |
| Binary | 1100010 | 1000110 | 11010011 | 110110 | 1000011 | 0 | 10001 | 11111100 | 111110 | 110111 |
Color Harmonies of #6246D3
Complementary color
Monochromatic Colors of #6246D3
Black with #6246D3
Text Example
Text Example
White with #6246D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6246D3; }
p { color: rgb(98,70,211); }
H1.HeaderClassName
{
color: #6246D3;
}
.AnyTagClassName
{
color: #6246D3;
}
</style>
background-color css
<style>
a { background-color: #6246D3; }
a { background-color: rgb(98,70,211); }
div.DivClassName
{
background-color: #6246D3;
}
.BgClassName
{
background-color: #6246D3;
}
</style>
border-color css
<style>
span { border-color: #6246D3; }
span { border-color: rgb(98,70,211); }
td.TdClassName
{
border-color: #6246D3;
}
.TagClassName
{
border-color: #6246D3;
}
</style>