Shades of Slate Blue #615AD4
Tints of Slate Blue #615AD4
RGB
CMYK
RGB Variations
Color information
#615AD4 (or 0x615AD4) is known color: Slate Blue. HEX triplet: 61, 5A and D4. RGB value is (97,90,212). Sum of RGB (Red+Green+Blue) = 97+90+212=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 212 (83.20% from 255 or 53.13% from 399); Max value from RGB is 212 - color contains mainly: blue. Hex color #615AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615AD4 is #9EA52B. Grayscale: #696969. Windows color (decimal): -10396972 or 13916769. OLE color: 13916769.
HSL color Cylindrical-coordinate representation of color #615AD4: hue angle of 243.44º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #615AD4 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 90 | 212 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.17 |
| HSL | 243.44º | 0.59% | 0.59% | - |
| HSV(B) | 243.44º | 0.58% | 0.83% | - |
| XYZ | 20.47 | 14.61 | 64.03 | - |
| YUV | 106 | 187.82 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 212 | 0.54 | 0.58 | 0 | 0.17 | 243.44 | 0.59 | 0.59 |
| Hex | 61 | 5A | D4 | 36 | 3A | 0 | 11 | F3 | 3B | 3B |
| Octal | 141 | 132 | 324 | 66 | 72 | 0 | 21 | 363 | 73 | 73 |
| Binary | 1100001 | 1011010 | 11010100 | 110110 | 111010 | 0 | 10001 | 11110011 | 111011 | 111011 |
Color Harmonies of #615AD4
Complementary color
Monochromatic Colors of #615AD4
Black with #615AD4
Text Example
Text Example
White with #615AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615AD4; }
p { color: rgb(97,90,212); }
H1.HeaderClassName
{
color: #615AD4;
}
.AnyTagClassName
{
color: #615AD4;
}
</style>
background-color css
<style>
a { background-color: #615AD4; }
a { background-color: rgb(97,90,212); }
div.DivClassName
{
background-color: #615AD4;
}
.BgClassName
{
background-color: #615AD4;
}
</style>
border-color css
<style>
span { border-color: #615AD4; }
span { border-color: rgb(97,90,212); }
td.TdClassName
{
border-color: #615AD4;
}
.TagClassName
{
border-color: #615AD4;
}
</style>