Shades of Slate Blue #6246BF
Tints of Slate Blue #6246BF
RGB
CMYK
RGB Variations
Color information
#6246BF (or 0x6246BF) is known color: Slate Blue. HEX triplet: 62, 46 and BF. RGB value is (98,70,191). Sum of RGB (Red+Green+Blue) = 98+70+191=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #6246BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6246BF is #9DB940. Grayscale: #5B5B5B. Windows color (decimal): -10336577 or 12535394. OLE color: 12535394.
HSL color Cylindrical-coordinate representation of color #6246BF: hue angle of 253.88º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6246BF is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 70 | 191 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.25 |
| HSL | 253.88º | 0.49% | 0.51% | - |
| HSV(B) | 253.88º | 0.63% | 0.75% | - |
| XYZ | 16.63 | 10.74 | 50.49 | - |
| YUV | 92.17 | 183.78 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 191 | 0.49 | 0.63 | 0 | 0.25 | 253.88 | 0.49 | 0.51 |
| Hex | 62 | 46 | BF | 31 | 3F | 0 | 19 | FE | 31 | 33 |
| Octal | 142 | 106 | 277 | 61 | 77 | 0 | 31 | 376 | 61 | 63 |
| Binary | 1100010 | 1000110 | 10111111 | 110001 | 111111 | 0 | 11001 | 11111110 | 110001 | 110011 |
Color Harmonies of #6246BF
Complementary color
Monochromatic Colors of #6246BF
Black with #6246BF
Text Example
Text Example
White with #6246BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6246BF; }
p { color: rgb(98,70,191); }
H1.HeaderClassName
{
color: #6246BF;
}
.AnyTagClassName
{
color: #6246BF;
}
</style>
background-color css
<style>
a { background-color: #6246BF; }
a { background-color: rgb(98,70,191); }
div.DivClassName
{
background-color: #6246BF;
}
.BgClassName
{
background-color: #6246BF;
}
</style>
border-color css
<style>
span { border-color: #6246BF; }
span { border-color: rgb(98,70,191); }
td.TdClassName
{
border-color: #6246BF;
}
.TagClassName
{
border-color: #6246BF;
}
</style>