Shades of Slate Blue #605ED1
Tints of Slate Blue #605ED1
RGB
CMYK
RGB Variations
Color information
#605ED1 (or 0x605ED1) is known color: Slate Blue. HEX triplet: 60, 5E and D1. RGB value is (96,94,209). Sum of RGB (Red+Green+Blue) = 96+94+209=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #605ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ED1 is #9FA12E. Grayscale: #6B6B6B. Windows color (decimal): -10461487 or 13721184. OLE color: 13721184.
HSL color Cylindrical-coordinate representation of color #605ED1: hue angle of 241.04º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #605ED1 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 94 | 209 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.18 |
| HSL | 241.04º | 0.56% | 0.59% | - |
| HSV(B) | 241.04º | 0.55% | 0.82% | - |
| XYZ | 20.34 | 15.1 | 62.16 | - |
| YUV | 107.71 | 185.16 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 209 | 0.54 | 0.55 | 0 | 0.18 | 241.04 | 0.56 | 0.59 |
| Hex | 60 | 5E | D1 | 36 | 37 | 0 | 12 | F1 | 38 | 3B |
| Octal | 140 | 136 | 321 | 66 | 67 | 0 | 22 | 361 | 70 | 73 |
| Binary | 1100000 | 1011110 | 11010001 | 110110 | 110111 | 0 | 10010 | 11110001 | 111000 | 111011 |
Color Harmonies of #605ED1
Complementary color
Monochromatic Colors of #605ED1
Black with #605ED1
Text Example
Text Example
White with #605ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605ED1; }
p { color: rgb(96,94,209); }
H1.HeaderClassName
{
color: #605ED1;
}
.AnyTagClassName
{
color: #605ED1;
}
</style>
background-color css
<style>
a { background-color: #605ED1; }
a { background-color: rgb(96,94,209); }
div.DivClassName
{
background-color: #605ED1;
}
.BgClassName
{
background-color: #605ED1;
}
</style>
border-color css
<style>
span { border-color: #605ED1; }
span { border-color: rgb(96,94,209); }
td.TdClassName
{
border-color: #605ED1;
}
.TagClassName
{
border-color: #605ED1;
}
</style>