Shades of Medium Slate Blue #605CEB
Tints of Medium Slate Blue #605CEB
RGB
CMYK
RGB Variations
Color information
#605CEB (or 0x605CEB) is known color: Medium Slate Blue. HEX triplet: 60, 5C and EB. RGB value is (96,92,235). Sum of RGB (Red+Green+Blue) = 96+92+235=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #605CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605CEB is #9FA314. Grayscale: #6C6C6C. Windows color (decimal): -10461973 or 15424608. OLE color: 15424608.
HSL color Cylindrical-coordinate representation of color #605CEB: hue angle of 241.68º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #605CEB is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 92 | 235 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.08 |
| HSL | 241.68º | 0.78% | 0.64% | - |
| HSV(B) | 241.68º | 0.61% | 0.92% | - |
| XYZ | 23.65 | 16.14 | 80.47 | - |
| YUV | 109.5 | 198.83 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 235 | 0.59 | 0.61 | 0 | 0.08 | 241.68 | 0.78 | 0.64 |
| Hex | 60 | 5C | EB | 3B | 3D | 0 | 8 | F2 | 4E | 40 |
| Octal | 140 | 134 | 353 | 73 | 75 | 0 | 10 | 362 | 116 | 100 |
| Binary | 1100000 | 1011100 | 11101011 | 111011 | 111101 | 0 | 1000 | 11110010 | 1001110 | 1000000 |
Color Harmonies of #605CEB
Complementary color
Monochromatic Colors of #605CEB
Black with #605CEB
Text Example
Text Example
White with #605CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605CEB; }
p { color: rgb(96,92,235); }
H1.HeaderClassName
{
color: #605CEB;
}
.AnyTagClassName
{
color: #605CEB;
}
</style>
background-color css
<style>
a { background-color: #605CEB; }
a { background-color: rgb(96,92,235); }
div.DivClassName
{
background-color: #605CEB;
}
.BgClassName
{
background-color: #605CEB;
}
</style>
border-color css
<style>
span { border-color: #605CEB; }
span { border-color: rgb(96,92,235); }
td.TdClassName
{
border-color: #605CEB;
}
.TagClassName
{
border-color: #605CEB;
}
</style>