Shades of Slate Blue #625FE2
Tints of Slate Blue #625FE2
RGB
CMYK
RGB Variations
Color information
#625FE2 (or 0x625FE2) is known color: Slate Blue. HEX triplet: 62, 5F and E2. RGB value is (98,95,226). Sum of RGB (Red+Green+Blue) = 98+95+226=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 226 (88.67% from 255 or 53.94% from 419); Max value from RGB is 226 - color contains mainly: blue. Hex color #625FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625FE2 is #9DA01D. Grayscale: #6E6E6E. Windows color (decimal): -10330142 or 14835554. OLE color: 14835554.
HSL color Cylindrical-coordinate representation of color #625FE2: hue angle of 241.37º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #625FE2 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 95 | 226 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.11 |
| HSL | 241.37º | 0.69% | 0.63% | - |
| HSV(B) | 241.37º | 0.58% | 0.89% | - |
| XYZ | 22.86 | 16.27 | 73.89 | - |
| YUV | 110.83 | 192.99 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 226 | 0.57 | 0.58 | 0 | 0.11 | 241.37 | 0.69 | 0.63 |
| Hex | 62 | 5F | E2 | 39 | 3A | 0 | B | F1 | 45 | 3F |
| Octal | 142 | 137 | 342 | 71 | 72 | 0 | 13 | 361 | 105 | 77 |
| Binary | 1100010 | 1011111 | 11100010 | 111001 | 111010 | 0 | 1011 | 11110001 | 1000101 | 111111 |
Color Harmonies of #625FE2
Complementary color
Monochromatic Colors of #625FE2
Black with #625FE2
Text Example
Text Example
White with #625FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625FE2; }
p { color: rgb(98,95,226); }
H1.HeaderClassName
{
color: #625FE2;
}
.AnyTagClassName
{
color: #625FE2;
}
</style>
background-color css
<style>
a { background-color: #625FE2; }
a { background-color: rgb(98,95,226); }
div.DivClassName
{
background-color: #625FE2;
}
.BgClassName
{
background-color: #625FE2;
}
</style>
border-color css
<style>
span { border-color: #625FE2; }
span { border-color: rgb(98,95,226); }
td.TdClassName
{
border-color: #625FE2;
}
.TagClassName
{
border-color: #625FE2;
}
</style>