Shades of Slate Blue #6252E4
Tints of Slate Blue #6252E4
RGB
CMYK
RGB Variations
Color information
#6252E4 (or 0x6252E4) is known color: Slate Blue. HEX triplet: 62, 52 and E4. RGB value is (98,82,228). Sum of RGB (Red+Green+Blue) = 98+82+228=408 (54% of max value = 765). Red value is 98 (38.67% from 255 or 24.02% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 228 (89.45% from 255 or 55.88% from 408); Max value from RGB is 228 - color contains mainly: blue. Hex color #6252E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6252E4 is #9DAD1B. Grayscale: #666666. Windows color (decimal): -10333468 or 14963298. OLE color: 14963298.
HSL color Cylindrical-coordinate representation of color #6252E4: hue angle of 246.58º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6252E4 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 82 | 228 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.11 |
| HSL | 246.58º | 0.73% | 0.61% | - |
| HSV(B) | 246.58º | 0.64% | 0.89% | - |
| XYZ | 22.06 | 14.23 | 74.98 | - |
| YUV | 103.43 | 198.3 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 228 | 0.57 | 0.64 | 0 | 0.11 | 246.58 | 0.73 | 0.61 |
| Hex | 62 | 52 | E4 | 39 | 40 | 0 | B | F7 | 49 | 3D |
| Octal | 142 | 122 | 344 | 71 | 100 | 0 | 13 | 367 | 111 | 75 |
| Binary | 1100010 | 1010010 | 11100100 | 111001 | 1000000 | 0 | 1011 | 11110111 | 1001001 | 111101 |
Color Harmonies of #6252E4
Complementary color
Monochromatic Colors of #6252E4
Black with #6252E4
Text Example
Text Example
White with #6252E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6252E4; }
p { color: rgb(98,82,228); }
H1.HeaderClassName
{
color: #6252E4;
}
.AnyTagClassName
{
color: #6252E4;
}
</style>
background-color css
<style>
a { background-color: #6252E4; }
a { background-color: rgb(98,82,228); }
div.DivClassName
{
background-color: #6252E4;
}
.BgClassName
{
background-color: #6252E4;
}
</style>
border-color css
<style>
span { border-color: #6252E4; }
span { border-color: rgb(98,82,228); }
td.TdClassName
{
border-color: #6252E4;
}
.TagClassName
{
border-color: #6252E4;
}
</style>