Shades of Slate Blue #615ADC
Tints of Slate Blue #615ADC
RGB
CMYK
RGB Variations
Color information
#615ADC (or 0x615ADC) is known color: Slate Blue. HEX triplet: 61, 5A and DC. RGB value is (97,90,220). Sum of RGB (Red+Green+Blue) = 97+90+220=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #615ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ADC is #9EA523. Grayscale: #6A6A6A. Windows color (decimal): -10396964 or 14441057. OLE color: 14441057.
HSL color Cylindrical-coordinate representation of color #615ADC: hue angle of 243.23º 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 #615ADC is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 90 | 220 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.14 |
| HSL | 243.23º | 0.65% | 0.61% | - |
| HSV(B) | 243.23º | 0.59% | 0.86% | - |
| XYZ | 21.5 | 15.02 | 69.48 | - |
| YUV | 106.91 | 191.82 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 220 | 0.56 | 0.59 | 0 | 0.14 | 243.23 | 0.65 | 0.61 |
| Hex | 61 | 5A | DC | 38 | 3B | 0 | E | F3 | 41 | 3D |
| Octal | 141 | 132 | 334 | 70 | 73 | 0 | 16 | 363 | 101 | 75 |
| Binary | 1100001 | 1011010 | 11011100 | 111000 | 111011 | 0 | 1110 | 11110011 | 1000001 | 111101 |
Color Harmonies of #615ADC
Complementary color
Monochromatic Colors of #615ADC
Black with #615ADC
Text Example
Text Example
White with #615ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615ADC; }
p { color: rgb(97,90,220); }
H1.HeaderClassName
{
color: #615ADC;
}
.AnyTagClassName
{
color: #615ADC;
}
</style>
background-color css
<style>
a { background-color: #615ADC; }
a { background-color: rgb(97,90,220); }
div.DivClassName
{
background-color: #615ADC;
}
.BgClassName
{
background-color: #615ADC;
}
</style>
border-color css
<style>
span { border-color: #615ADC; }
span { border-color: rgb(97,90,220); }
td.TdClassName
{
border-color: #615ADC;
}
.TagClassName
{
border-color: #615ADC;
}
</style>