Shades of Slate Blue #6252E0
Tints of Slate Blue #6252E0
RGB
CMYK
RGB Variations
Color information
#6252E0 (or 0x6252E0) is known color: Slate Blue. HEX triplet: 62, 52 and E0. RGB value is (98,82,224). Sum of RGB (Red+Green+Blue) = 98+82+224=404 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.26% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #6252E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6252E0 is #9DAD1F. Grayscale: #666666. Windows color (decimal): -10333472 or 14701154. OLE color: 14701154.
HSL color Cylindrical-coordinate representation of color #6252E0: hue angle of 246.76º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6252E0 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 82 | 224 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.12 |
| HSL | 246.76º | 0.7% | 0.6% | - |
| HSV(B) | 246.76º | 0.63% | 0.88% | - |
| XYZ | 21.51 | 14.01 | 72.09 | - |
| YUV | 102.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 224 | 0.56 | 0.63 | 0 | 0.12 | 246.76 | 0.7 | 0.6 |
| Hex | 62 | 52 | E0 | 38 | 3F | 0 | C | F7 | 46 | 3C |
| Octal | 142 | 122 | 340 | 70 | 77 | 0 | 14 | 367 | 106 | 74 |
| Binary | 1100010 | 1010010 | 11100000 | 111000 | 111111 | 0 | 1100 | 11110111 | 1000110 | 111100 |
Color Harmonies of #6252E0
Complementary color
Monochromatic Colors of #6252E0
Black with #6252E0
Text Example
Text Example
White with #6252E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6252E0; }
p { color: rgb(98,82,224); }
H1.HeaderClassName
{
color: #6252E0;
}
.AnyTagClassName
{
color: #6252E0;
}
</style>
background-color css
<style>
a { background-color: #6252E0; }
a { background-color: rgb(98,82,224); }
div.DivClassName
{
background-color: #6252E0;
}
.BgClassName
{
background-color: #6252E0;
}
</style>
border-color css
<style>
span { border-color: #6252E0; }
span { border-color: rgb(98,82,224); }
td.TdClassName
{
border-color: #6252E0;
}
.TagClassName
{
border-color: #6252E0;
}
</style>