Shades of Slate Blue #625EE0
Tints of Slate Blue #625EE0
RGB
CMYK
RGB Variations
Color information
#625EE0 (or 0x625EE0) is known color: Slate Blue. HEX triplet: 62, 5E and E0. RGB value is (98,94,224). Sum of RGB (Red+Green+Blue) = 98+94+224=416 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.56% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #625EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625EE0 is #9DA11F. Grayscale: #6D6D6D. Windows color (decimal): -10330400 or 14704226. OLE color: 14704226.
HSL color Cylindrical-coordinate representation of color #625EE0: hue angle of 241.85º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #625EE0 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 94 | 224 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.12 |
| HSL | 241.85º | 0.68% | 0.62% | - |
| HSV(B) | 241.85º | 0.58% | 0.88% | - |
| XYZ | 22.49 | 15.98 | 72.42 | - |
| YUV | 110.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 224 | 0.56 | 0.58 | 0 | 0.12 | 241.85 | 0.68 | 0.62 |
| Hex | 62 | 5E | E0 | 38 | 3A | 0 | C | F2 | 44 | 3E |
| Octal | 142 | 136 | 340 | 70 | 72 | 0 | 14 | 362 | 104 | 76 |
| Binary | 1100010 | 1011110 | 11100000 | 111000 | 111010 | 0 | 1100 | 11110010 | 1000100 | 111110 |
Color Harmonies of #625EE0
Complementary color
Monochromatic Colors of #625EE0
Black with #625EE0
Text Example
Text Example
White with #625EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625EE0; }
p { color: rgb(98,94,224); }
H1.HeaderClassName
{
color: #625EE0;
}
.AnyTagClassName
{
color: #625EE0;
}
</style>
background-color css
<style>
a { background-color: #625EE0; }
a { background-color: rgb(98,94,224); }
div.DivClassName
{
background-color: #625EE0;
}
.BgClassName
{
background-color: #625EE0;
}
</style>
border-color css
<style>
span { border-color: #625EE0; }
span { border-color: rgb(98,94,224); }
td.TdClassName
{
border-color: #625EE0;
}
.TagClassName
{
border-color: #625EE0;
}
</style>