#605DEA

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

Shades of Medium Slate Blue #605DEA

Tints of Medium Slate Blue #605DEA

Color information

#605DEA (or 0x605DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 5D and EA. RGB value is (96,93,234). Sum of RGB (Red+Green+Blue) = 96+93+234=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #605DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605DEA is #9FA215. Grayscale: #6D6D6D. Windows color (decimal): -10461718 or 15359328. OLE color: 15359328.

HSL color Cylindrical-coordinate representation of color #605DEA: hue angle of 241.28º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #605DEA is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9693234-
CMYK0.590.6000.08
HSL241.28º77.05%64.12%-
HSV(B)241.28º60.26%91.76%-
XYZ23.5916.2679.74-
YUV109.97197.99118.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 234 (91.80% from 255) = 55.32%
R=22.70%
G=21.99%
B=55.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal96932340.590.6000.08241.2877.0564.12
Hex605DEA3B3C08f14d40
Octal1401353527374010361115100
Binary1100000101110111101010111011111100010001111000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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