Shades of Slate Blue #605ED5
Tints of Slate Blue #605ED5
RGB
CMYK
RGB Variations
Color information
#605ED5 (or 0x605ED5) is known color: Slate Blue. HEX triplet: 60, 5E and D5. RGB value is (96,94,213). Sum of RGB (Red+Green+Blue) = 96+94+213=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #605ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ED5 is #9FA12A. Grayscale: #6B6B6B. Windows color (decimal): -10461483 or 13983328. OLE color: 13983328.
HSL color Cylindrical-coordinate representation of color #605ED5: hue angle of 241.01º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #605ED5 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 94 | 213 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.16 |
| HSL | 241.01º | 0.59% | 0.6% | - |
| HSV(B) | 241.01º | 0.56% | 0.84% | - |
| XYZ | 20.84 | 15.3 | 64.81 | - |
| YUV | 108.16 | 187.16 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 213 | 0.55 | 0.56 | 0 | 0.16 | 241.01 | 0.59 | 0.6 |
| Hex | 60 | 5E | D5 | 37 | 38 | 0 | 10 | F1 | 3B | 3C |
| Octal | 140 | 136 | 325 | 67 | 70 | 0 | 20 | 361 | 73 | 74 |
| Binary | 1100000 | 1011110 | 11010101 | 110111 | 111000 | 0 | 10000 | 11110001 | 111011 | 111100 |
Color Harmonies of #605ED5
Complementary color
Monochromatic Colors of #605ED5
Black with #605ED5
Text Example
Text Example
White with #605ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605ED5; }
p { color: rgb(96,94,213); }
H1.HeaderClassName
{
color: #605ED5;
}
.AnyTagClassName
{
color: #605ED5;
}
</style>
background-color css
<style>
a { background-color: #605ED5; }
a { background-color: rgb(96,94,213); }
div.DivClassName
{
background-color: #605ED5;
}
.BgClassName
{
background-color: #605ED5;
}
</style>
border-color css
<style>
span { border-color: #605ED5; }
span { border-color: rgb(96,94,213); }
td.TdClassName
{
border-color: #605ED5;
}
.TagClassName
{
border-color: #605ED5;
}
</style>