Shades of Slate Blue #625CE0
Tints of Slate Blue #625CE0
RGB
CMYK
RGB Variations
Color information
#625CE0 (or 0x625CE0) is known color: Slate Blue. HEX triplet: 62, 5C and E0. RGB value is (98,92,224). Sum of RGB (Red+Green+Blue) = 98+92+224=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #625CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CE0 is #9DA31F. Grayscale: #6C6C6C. Windows color (decimal): -10330912 or 14703714. OLE color: 14703714.
HSL color Cylindrical-coordinate representation of color #625CE0: hue angle of 242.73º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #625CE0 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 92 | 224 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.12 |
| HSL | 242.73º | 0.68% | 0.62% | - |
| HSV(B) | 242.73º | 0.59% | 0.88% | - |
| XYZ | 22.32 | 15.63 | 72.36 | - |
| YUV | 108.84 | 192.99 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 224 | 0.56 | 0.59 | 0 | 0.12 | 242.73 | 0.68 | 0.62 |
| Hex | 62 | 5C | E0 | 38 | 3B | 0 | C | F3 | 44 | 3E |
| Octal | 142 | 134 | 340 | 70 | 73 | 0 | 14 | 363 | 104 | 76 |
| Binary | 1100010 | 1011100 | 11100000 | 111000 | 111011 | 0 | 1100 | 11110011 | 1000100 | 111110 |
Color Harmonies of #625CE0
Complementary color
Monochromatic Colors of #625CE0
Black with #625CE0
Text Example
Text Example
White with #625CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625CE0; }
p { color: rgb(98,92,224); }
H1.HeaderClassName
{
color: #625CE0;
}
.AnyTagClassName
{
color: #625CE0;
}
</style>
background-color css
<style>
a { background-color: #625CE0; }
a { background-color: rgb(98,92,224); }
div.DivClassName
{
background-color: #625CE0;
}
.BgClassName
{
background-color: #625CE0;
}
</style>
border-color css
<style>
span { border-color: #625CE0; }
span { border-color: rgb(98,92,224); }
td.TdClassName
{
border-color: #625CE0;
}
.TagClassName
{
border-color: #625CE0;
}
</style>