Shades of Slate Blue #6252EA
Tints of Slate Blue #6252EA
RGB
CMYK
RGB Variations
Color information
#6252EA (or 0x6252EA) is known color: Slate Blue. HEX triplet: 62, 52 and EA. RGB value is (98,82,234). Sum of RGB (Red+Green+Blue) = 98+82+234=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #6252EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6252EA is #9DAD15. Grayscale: #676767. Windows color (decimal): -10333462 or 15356514. OLE color: 15356514.
HSL color Cylindrical-coordinate representation of color #6252EA: hue angle of 246.32º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6252EA is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 82 | 234 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.08 |
| HSL | 246.32º | 0.78% | 0.62% | - |
| HSV(B) | 246.32º | 0.65% | 0.92% | - |
| XYZ | 22.91 | 14.57 | 79.45 | - |
| YUV | 104.11 | 201.3 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 234 | 0.58 | 0.65 | 0 | 0.08 | 246.32 | 0.78 | 0.62 |
| Hex | 62 | 52 | EA | 3A | 41 | 0 | 8 | F6 | 4E | 3E |
| Octal | 142 | 122 | 352 | 72 | 101 | 0 | 10 | 366 | 116 | 76 |
| Binary | 1100010 | 1010010 | 11101010 | 111010 | 1000001 | 0 | 1000 | 11110110 | 1001110 | 111110 |
Color Harmonies of #6252EA
Complementary color
Monochromatic Colors of #6252EA
Black with #6252EA
Text Example
Text Example
White with #6252EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6252EA; }
p { color: rgb(98,82,234); }
H1.HeaderClassName
{
color: #6252EA;
}
.AnyTagClassName
{
color: #6252EA;
}
</style>
background-color css
<style>
a { background-color: #6252EA; }
a { background-color: rgb(98,82,234); }
div.DivClassName
{
background-color: #6252EA;
}
.BgClassName
{
background-color: #6252EA;
}
</style>
border-color css
<style>
span { border-color: #6252EA; }
span { border-color: rgb(98,82,234); }
td.TdClassName
{
border-color: #6252EA;
}
.TagClassName
{
border-color: #6252EA;
}
</style>