#605DEC

Color #605DEC Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #605DEC

Tints of Medium Slate Blue #605DEC

Color information

#605DEC (or 0x605DEC) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 5D and EC. RGB value is (96,93,236). Sum of RGB (Red+Green+Blue) = 96+93+236=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #605DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605DEC is #9FA213. Grayscale: #6D6D6D. Windows color (decimal): -10461716 or 15490400. OLE color: 15490400.

HSL color Cylindrical-coordinate representation of color #605DEC: hue angle of 241.26º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #605DEC is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9693236-
CMYK0.590.6100.07
HSL241.26º79.01%64.51%-
HSV(B)241.26º60.59%92.55%-
XYZ23.8816.3781.26-
YUV110.2198.99117.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 22.59%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 236 (92.58% from 255) = 55.53%
R=22.59%
G=21.88%
B=55.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal96932360.590.6100.07241.2679.0164.51
Hex605DEC3B3D07f14f41
Octal140135354737507361117101
Binary110000010111011110110011101111110101111111000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605DEC; }

 p { color: rgb(96,93,236); }

 H1.HeaderClassName
 {
   color: #605DEC;
 }
 .AnyTagClassName
 {
   color: #605DEC;
 }
</style>
background-color css

<style>
 a { background-color: #605DEC; }

 a { background-color: rgb(96,93,236); }

 div.DivClassName
 {
   background-color: #605DEC;
 }
 .BgClassName
 {
   background-color: #605DEC;
 }
</style>
border-color css

<style>
 span { border-color: #605DEC; }

 span { border-color: rgb(96,93,236); }

 td.TdClassName
 {
   border-color: #605DEC;
 }
 .TagClassName
 {
   border-color: #605DEC;
 }
</style>