Shades of Slate Blue #605ACD
Tints of Slate Blue #605ACD
RGB
CMYK
RGB Variations
Color information
#605ACD (or 0x605ACD) is known color: Slate Blue. HEX triplet: 60, 5A and CD. RGB value is (96,90,205). Sum of RGB (Red+Green+Blue) = 96+90+205=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #605ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ACD is #9FA532. Grayscale: #686868. Windows color (decimal): -10462515 or 13458016. OLE color: 13458016.
HSL color Cylindrical-coordinate representation of color #605ACD: hue angle of 243.13º 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 #605ACD is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 90 | 205 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.20 |
| HSL | 243.13º | 0.53% | 0.58% | - |
| HSV(B) | 243.13º | 0.56% | 0.8% | - |
| XYZ | 19.5 | 14.21 | 59.47 | - |
| YUV | 104.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 205 | 0.53 | 0.56 | 0 | 0.20 | 243.13 | 0.53 | 0.58 |
| Hex | 60 | 5A | CD | 35 | 38 | 0 | 14 | F3 | 35 | 3A |
| Octal | 140 | 132 | 315 | 65 | 70 | 0 | 24 | 363 | 65 | 72 |
| Binary | 1100000 | 1011010 | 11001101 | 110101 | 111000 | 0 | 10100 | 11110011 | 110101 | 111010 |
Color Harmonies of #605ACD
Complementary color
Monochromatic Colors of #605ACD
Black with #605ACD
Text Example
Text Example
White with #605ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605ACD; }
p { color: rgb(96,90,205); }
H1.HeaderClassName
{
color: #605ACD;
}
.AnyTagClassName
{
color: #605ACD;
}
</style>
background-color css
<style>
a { background-color: #605ACD; }
a { background-color: rgb(96,90,205); }
div.DivClassName
{
background-color: #605ACD;
}
.BgClassName
{
background-color: #605ACD;
}
</style>
border-color css
<style>
span { border-color: #605ACD; }
span { border-color: rgb(96,90,205); }
td.TdClassName
{
border-color: #605ACD;
}
.TagClassName
{
border-color: #605ACD;
}
</style>