Shades of Slate Blue #625AD3
Tints of Slate Blue #625AD3
RGB
CMYK
RGB Variations
Color information
#625AD3 (or 0x625AD3) is known color: Slate Blue. HEX triplet: 62, 5A and D3. RGB value is (98,90,211). Sum of RGB (Red+Green+Blue) = 98+90+211=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 211 (82.81% from 255 or 52.88% from 399); Max value from RGB is 211 - color contains mainly: blue. Hex color #625AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625AD3 is #9DA52C. Grayscale: #696969. Windows color (decimal): -10331437 or 13851234. OLE color: 13851234.
HSL color Cylindrical-coordinate representation of color #625AD3: hue angle of 243.97º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #625AD3 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 98 | 90 | 211 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.17 |
| HSL | 243.97º | 0.58% | 0.59% | - |
| HSV(B) | 243.97º | 0.57% | 0.83% | - |
| XYZ | 20.45 | 14.61 | 63.37 | - |
| YUV | 106.19 | 187.15 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 211 | 0.54 | 0.57 | 0 | 0.17 | 243.97 | 0.58 | 0.59 |
| Hex | 62 | 5A | D3 | 36 | 39 | 0 | 11 | F4 | 3A | 3B |
| Octal | 142 | 132 | 323 | 66 | 71 | 0 | 21 | 364 | 72 | 73 |
| Binary | 1100010 | 1011010 | 11010011 | 110110 | 111001 | 0 | 10001 | 11110100 | 111010 | 111011 |
Color Harmonies of #625AD3
Complementary color
Monochromatic Colors of #625AD3
Black with #625AD3
Text Example
Text Example
White with #625AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625AD3; }
p { color: rgb(98,90,211); }
H1.HeaderClassName
{
color: #625AD3;
}
.AnyTagClassName
{
color: #625AD3;
}
</style>
background-color css
<style>
a { background-color: #625AD3; }
a { background-color: rgb(98,90,211); }
div.DivClassName
{
background-color: #625AD3;
}
.BgClassName
{
background-color: #625AD3;
}
</style>
border-color css
<style>
span { border-color: #625AD3; }
span { border-color: rgb(98,90,211); }
td.TdClassName
{
border-color: #625AD3;
}
.TagClassName
{
border-color: #625AD3;
}
</style>