Shades of Slate Blue #615ACC
Tints of Slate Blue #615ACC
RGB
CMYK
RGB Variations
Color information
#615ACC (or 0x615ACC) is known color: Slate Blue. HEX triplet: 61, 5A and CC. RGB value is (97,90,204). Sum of RGB (Red+Green+Blue) = 97+90+204=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #615ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ACC is #9EA533. Grayscale: #686868. Windows color (decimal): -10396980 or 13392481. OLE color: 13392481.
HSL color Cylindrical-coordinate representation of color #615ACC: hue angle of 243.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #615ACC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 90 | 204 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.2 |
| HSL | 243.68º | 0.53% | 0.58% | - |
| HSV(B) | 243.68º | 0.56% | 0.8% | - |
| XYZ | 19.49 | 14.21 | 58.84 | - |
| YUV | 105.09 | 183.82 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 204 | 0.52 | 0.56 | 0 | 0.2 | 243.68 | 0.53 | 0.58 |
| Hex | 61 | 5A | CC | 34 | 38 | 0 | 14 | F4 | 35 | 3A |
| Octal | 141 | 132 | 314 | 64 | 70 | 0 | 24 | 364 | 65 | 72 |
| Binary | 1100001 | 1011010 | 11001100 | 110100 | 111000 | 0 | 10100 | 11110100 | 110101 | 111010 |
Color Harmonies of #615ACC
Complementary color
Monochromatic Colors of #615ACC
Black with #615ACC
Text Example
Text Example
White with #615ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615ACC; }
p { color: rgb(97,90,204); }
H1.HeaderClassName
{
color: #615ACC;
}
.AnyTagClassName
{
color: #615ACC;
}
</style>
background-color css
<style>
a { background-color: #615ACC; }
a { background-color: rgb(97,90,204); }
div.DivClassName
{
background-color: #615ACC;
}
.BgClassName
{
background-color: #615ACC;
}
</style>
border-color css
<style>
span { border-color: #615ACC; }
span { border-color: rgb(97,90,204); }
td.TdClassName
{
border-color: #615ACC;
}
.TagClassName
{
border-color: #615ACC;
}
</style>