Shades of Slate Blue #6257E5
Tints of Slate Blue #6257E5
RGB
CMYK
RGB Variations
Color information
#6257E5 (or 0x6257E5) is known color: Slate Blue. HEX triplet: 62, 57 and E5. RGB value is (98,87,229). Sum of RGB (Red+Green+Blue) = 98+87+229=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 229 (89.84% from 255 or 55.31% from 414); Max value from RGB is 229 - color contains mainly: blue. Hex color #6257E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6257E5 is #9DA81A. Grayscale: #696969. Windows color (decimal): -10332187 or 15030114. OLE color: 15030114.
HSL color Cylindrical-coordinate representation of color #6257E5: hue angle of 244.65º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6257E5 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 87 | 229 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.10 |
| HSL | 244.65º | 0.73% | 0.62% | - |
| HSV(B) | 244.65º | 0.62% | 0.9% | - |
| XYZ | 22.59 | 15.07 | 75.85 | - |
| YUV | 106.48 | 197.14 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 229 | 0.57 | 0.62 | 0 | 0.10 | 244.65 | 0.73 | 0.62 |
| Hex | 62 | 57 | E5 | 39 | 3E | 0 | A | F5 | 49 | 3E |
| Octal | 142 | 127 | 345 | 71 | 76 | 0 | 12 | 365 | 111 | 76 |
| Binary | 1100010 | 1010111 | 11100101 | 111001 | 111110 | 0 | 1010 | 11110101 | 1001001 | 111110 |
Color Harmonies of #6257E5
Complementary color
Monochromatic Colors of #6257E5
Black with #6257E5
Text Example
Text Example
White with #6257E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6257E5; }
p { color: rgb(98,87,229); }
H1.HeaderClassName
{
color: #6257E5;
}
.AnyTagClassName
{
color: #6257E5;
}
</style>
background-color css
<style>
a { background-color: #6257E5; }
a { background-color: rgb(98,87,229); }
div.DivClassName
{
background-color: #6257E5;
}
.BgClassName
{
background-color: #6257E5;
}
</style>
border-color css
<style>
span { border-color: #6257E5; }
span { border-color: rgb(98,87,229); }
td.TdClassName
{
border-color: #6257E5;
}
.TagClassName
{
border-color: #6257E5;
}
</style>