#605EE7

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

Shades of Slate Blue #605EE7

Tints of Slate Blue #605EE7

Color information

#605EE7 (or 0x605EE7) is unknown color: approx Slate Blue. HEX triplet: 60, 5E and E7. RGB value is (96,94,231). Sum of RGB (Red+Green+Blue) = 96+94+231=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 231 (90.62% from 255 or 54.87% from 421); Max value from RGB is 231 - color contains mainly: blue. Hex color #605EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605EE7 is #9FA118. Grayscale: #6D6D6D. Windows color (decimal): -10461465 or 15162976. OLE color: 15162976.

HSL color Cylindrical-coordinate representation of color #605EE7: hue angle of 240.88º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #605EE7 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9694231-
CMYK0.580.5900.09
HSL240.88º74.05%63.73%-
HSV(B)240.88º59.31%90.59%-
XYZ23.2516.2677.51-
YUV110.22196.16117.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.80%
GREEN value IS 94 (37.11% from 255) = 22.33%
BLUE value IS 231 (90.62% from 255) = 54.87%
R=22.80%
G=22.33%
B=54.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal96942310.580.5900.09240.8874.0563.73
Hex605EE73A3B09f14a40
Octal1401363477273011361112100
Binary1100000101111011100111111010111011010011111000110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,94,231); }

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

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

 a { background-color: rgb(96,94,231); }

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

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

 span { border-color: rgb(96,94,231); }

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