Shades of Slate Blue #6248CF
Tints of Slate Blue #6248CF
RGB
CMYK
RGB Variations
Color information
#6248CF (or 0x6248CF) is known color: Slate Blue. HEX triplet: 62, 48 and CF. RGB value is (98,72,207). Sum of RGB (Red+Green+Blue) = 98+72+207=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #6248CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6248CF is #9DB730. Grayscale: #5E5E5E. Windows color (decimal): -10336049 or 13584482. OLE color: 13584482.
HSL color Cylindrical-coordinate representation of color #6248CF: hue angle of 251.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6248CF is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 72 | 207 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.19 |
| HSL | 251.56º | 0.58% | 0.55% | - |
| HSV(B) | 251.56º | 0.65% | 0.81% | - |
| XYZ | 18.62 | 11.74 | 60.32 | - |
| YUV | 95.16 | 191.11 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 207 | 0.53 | 0.65 | 0 | 0.19 | 251.56 | 0.58 | 0.55 |
| Hex | 62 | 48 | CF | 35 | 41 | 0 | 13 | FC | 3A | 37 |
| Octal | 142 | 110 | 317 | 65 | 101 | 0 | 23 | 374 | 72 | 67 |
| Binary | 1100010 | 1001000 | 11001111 | 110101 | 1000001 | 0 | 10011 | 11111100 | 111010 | 110111 |
Color Harmonies of #6248CF
Complementary color
Monochromatic Colors of #6248CF
Black with #6248CF
Text Example
Text Example
White with #6248CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6248CF; }
p { color: rgb(98,72,207); }
H1.HeaderClassName
{
color: #6248CF;
}
.AnyTagClassName
{
color: #6248CF;
}
</style>
background-color css
<style>
a { background-color: #6248CF; }
a { background-color: rgb(98,72,207); }
div.DivClassName
{
background-color: #6248CF;
}
.BgClassName
{
background-color: #6248CF;
}
</style>
border-color css
<style>
span { border-color: #6248CF; }
span { border-color: rgb(98,72,207); }
td.TdClassName
{
border-color: #6248CF;
}
.TagClassName
{
border-color: #6248CF;
}
</style>