Shades of Slate Blue #625ACE
Tints of Slate Blue #625ACE
RGB
CMYK
RGB Variations
Color information
#625ACE (or 0x625ACE) is known color: Slate Blue. HEX triplet: 62, 5A and CE. RGB value is (98,90,206). Sum of RGB (Red+Green+Blue) = 98+90+206=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #625ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ACE is #9DA531. Grayscale: #696969. Windows color (decimal): -10331442 or 13523554. OLE color: 13523554.
HSL color Cylindrical-coordinate representation of color #625ACE: hue angle of 244.14º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #625ACE is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 90 | 206 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.19 |
| HSL | 244.14º | 0.54% | 0.58% | - |
| HSV(B) | 244.14º | 0.56% | 0.81% | - |
| XYZ | 19.83 | 14.37 | 60.12 | - |
| YUV | 105.62 | 184.65 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 206 | 0.52 | 0.56 | 0 | 0.19 | 244.14 | 0.54 | 0.58 |
| Hex | 62 | 5A | CE | 34 | 38 | 0 | 13 | F4 | 36 | 3A |
| Octal | 142 | 132 | 316 | 64 | 70 | 0 | 23 | 364 | 66 | 72 |
| Binary | 1100010 | 1011010 | 11001110 | 110100 | 111000 | 0 | 10011 | 11110100 | 110110 | 111010 |
Color Harmonies of #625ACE
Complementary color
Monochromatic Colors of #625ACE
Black with #625ACE
Text Example
Text Example
White with #625ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625ACE; }
p { color: rgb(98,90,206); }
H1.HeaderClassName
{
color: #625ACE;
}
.AnyTagClassName
{
color: #625ACE;
}
</style>
background-color css
<style>
a { background-color: #625ACE; }
a { background-color: rgb(98,90,206); }
div.DivClassName
{
background-color: #625ACE;
}
.BgClassName
{
background-color: #625ACE;
}
</style>
border-color css
<style>
span { border-color: #625ACE; }
span { border-color: rgb(98,90,206); }
td.TdClassName
{
border-color: #625ACE;
}
.TagClassName
{
border-color: #625ACE;
}
</style>