Shades of Slate Blue #625EDC
Tints of Slate Blue #625EDC
RGB
CMYK
RGB Variations
Color information
#625EDC (or 0x625EDC) is known color: Slate Blue. HEX triplet: 62, 5E and DC. RGB value is (98,94,220). Sum of RGB (Red+Green+Blue) = 98+94+220=412 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.79% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #625EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625EDC is #9DA123. Grayscale: #6D6D6D. Windows color (decimal): -10330404 or 14442082. OLE color: 14442082.
HSL color Cylindrical-coordinate representation of color #625EDC: hue angle of 241.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #625EDC is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 94 | 220 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.14 |
| HSL | 241.9º | 0.64% | 0.62% | - |
| HSV(B) | 241.9º | 0.57% | 0.86% | - |
| XYZ | 21.96 | 15.77 | 69.6 | - |
| YUV | 109.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 220 | 0.55 | 0.57 | 0 | 0.14 | 241.9 | 0.64 | 0.62 |
| Hex | 62 | 5E | DC | 37 | 39 | 0 | E | F2 | 40 | 3E |
| Octal | 142 | 136 | 334 | 67 | 71 | 0 | 16 | 362 | 100 | 76 |
| Binary | 1100010 | 1011110 | 11011100 | 110111 | 111001 | 0 | 1110 | 11110010 | 1000000 | 111110 |
Color Harmonies of #625EDC
Complementary color
Monochromatic Colors of #625EDC
Black with #625EDC
Text Example
Text Example
White with #625EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625EDC; }
p { color: rgb(98,94,220); }
H1.HeaderClassName
{
color: #625EDC;
}
.AnyTagClassName
{
color: #625EDC;
}
</style>
background-color css
<style>
a { background-color: #625EDC; }
a { background-color: rgb(98,94,220); }
div.DivClassName
{
background-color: #625EDC;
}
.BgClassName
{
background-color: #625EDC;
}
</style>
border-color css
<style>
span { border-color: #625EDC; }
span { border-color: rgb(98,94,220); }
td.TdClassName
{
border-color: #625EDC;
}
.TagClassName
{
border-color: #625EDC;
}
</style>