Shades of Slate Blue #6248DC
Tints of Slate Blue #6248DC
RGB
CMYK
RGB Variations
Color information
#6248DC (or 0x6248DC) is known color: Slate Blue. HEX triplet: 62, 48 and DC. RGB value is (98,72,220). Sum of RGB (Red+Green+Blue) = 98+72+220=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #6248DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6248DC is #9DB723. Grayscale: #606060. Windows color (decimal): -10336036 or 14436450. OLE color: 14436450.
HSL color Cylindrical-coordinate representation of color #6248DC: hue angle of 250.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6248DC is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 72 | 220 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.14 |
| HSL | 250.54º | 0.68% | 0.57% | - |
| HSV(B) | 250.54º | 0.67% | 0.86% | - |
| XYZ | 20.27 | 12.4 | 69.03 | - |
| YUV | 96.65 | 197.61 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 220 | 0.55 | 0.67 | 0 | 0.14 | 250.54 | 0.68 | 0.57 |
| Hex | 62 | 48 | DC | 37 | 43 | 0 | E | FB | 44 | 39 |
| Octal | 142 | 110 | 334 | 67 | 103 | 0 | 16 | 373 | 104 | 71 |
| Binary | 1100010 | 1001000 | 11011100 | 110111 | 1000011 | 0 | 1110 | 11111011 | 1000100 | 111001 |
Color Harmonies of #6248DC
Complementary color
Monochromatic Colors of #6248DC
Black with #6248DC
Text Example
Text Example
White with #6248DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6248DC; }
p { color: rgb(98,72,220); }
H1.HeaderClassName
{
color: #6248DC;
}
.AnyTagClassName
{
color: #6248DC;
}
</style>
background-color css
<style>
a { background-color: #6248DC; }
a { background-color: rgb(98,72,220); }
div.DivClassName
{
background-color: #6248DC;
}
.BgClassName
{
background-color: #6248DC;
}
</style>
border-color css
<style>
span { border-color: #6248DC; }
span { border-color: rgb(98,72,220); }
td.TdClassName
{
border-color: #6248DC;
}
.TagClassName
{
border-color: #6248DC;
}
</style>