Shades of Slate Blue #6246CB
Tints of Slate Blue #6246CB
RGB
CMYK
RGB Variations
Color information
#6246CB (or 0x6246CB) is known color: Slate Blue. HEX triplet: 62, 46 and CB. RGB value is (98,70,203). Sum of RGB (Red+Green+Blue) = 98+70+203=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #6246CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6246CB is #9DB934. Grayscale: #5D5D5D. Windows color (decimal): -10336565 or 13321826. OLE color: 13321826.
HSL color Cylindrical-coordinate representation of color #6246CB: hue angle of 252.63º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6246CB is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 70 | 203 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.20 |
| HSL | 252.63º | 0.56% | 0.54% | - |
| HSV(B) | 252.63º | 0.66% | 0.8% | - |
| XYZ | 18.01 | 11.29 | 57.73 | - |
| YUV | 93.53 | 189.78 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 203 | 0.52 | 0.66 | 0 | 0.20 | 252.63 | 0.56 | 0.54 |
| Hex | 62 | 46 | CB | 34 | 42 | 0 | 14 | FD | 38 | 36 |
| Octal | 142 | 106 | 313 | 64 | 102 | 0 | 24 | 375 | 70 | 66 |
| Binary | 1100010 | 1000110 | 11001011 | 110100 | 1000010 | 0 | 10100 | 11111101 | 111000 | 110110 |
Color Harmonies of #6246CB
Complementary color
Monochromatic Colors of #6246CB
Black with #6246CB
Text Example
Text Example
White with #6246CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6246CB; }
p { color: rgb(98,70,203); }
H1.HeaderClassName
{
color: #6246CB;
}
.AnyTagClassName
{
color: #6246CB;
}
</style>
background-color css
<style>
a { background-color: #6246CB; }
a { background-color: rgb(98,70,203); }
div.DivClassName
{
background-color: #6246CB;
}
.BgClassName
{
background-color: #6246CB;
}
</style>
border-color css
<style>
span { border-color: #6246CB; }
span { border-color: rgb(98,70,203); }
td.TdClassName
{
border-color: #6246CB;
}
.TagClassName
{
border-color: #6246CB;
}
</style>