Shades of Slate Blue #625ADC
Tints of Slate Blue #625ADC
RGB
CMYK
RGB Variations
Color information
#625ADC (or 0x625ADC) is known color: Slate Blue. HEX triplet: 62, 5A and DC. RGB value is (98,90,220). Sum of RGB (Red+Green+Blue) = 98+90+220=408 (54% of max value = 765). Red value is 98 (38.67% from 255 or 24.02% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #625ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ADC is #9DA523. Grayscale: #6A6A6A. Windows color (decimal): -10331428 or 14441058. OLE color: 14441058.
HSL color Cylindrical-coordinate representation of color #625ADC: hue angle of 243.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #625ADC is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 90 | 220 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.14 |
| HSL | 243.69º | 0.65% | 0.61% | - |
| HSV(B) | 243.69º | 0.59% | 0.86% | - |
| XYZ | 21.61 | 15.08 | 69.48 | - |
| YUV | 107.21 | 191.65 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 220 | 0.55 | 0.59 | 0 | 0.14 | 243.69 | 0.65 | 0.61 |
| Hex | 62 | 5A | DC | 37 | 3B | 0 | E | F4 | 41 | 3D |
| Octal | 142 | 132 | 334 | 67 | 73 | 0 | 16 | 364 | 101 | 75 |
| Binary | 1100010 | 1011010 | 11011100 | 110111 | 111011 | 0 | 1110 | 11110100 | 1000001 | 111101 |
Color Harmonies of #625ADC
Complementary color
Monochromatic Colors of #625ADC
Black with #625ADC
Text Example
Text Example
White with #625ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625ADC; }
p { color: rgb(98,90,220); }
H1.HeaderClassName
{
color: #625ADC;
}
.AnyTagClassName
{
color: #625ADC;
}
</style>
background-color css
<style>
a { background-color: #625ADC; }
a { background-color: rgb(98,90,220); }
div.DivClassName
{
background-color: #625ADC;
}
.BgClassName
{
background-color: #625ADC;
}
</style>
border-color css
<style>
span { border-color: #625ADC; }
span { border-color: rgb(98,90,220); }
td.TdClassName
{
border-color: #625ADC;
}
.TagClassName
{
border-color: #625ADC;
}
</style>