#605EC3

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

Shades of Slate Blue #605EC3

Tints of Slate Blue #605EC3

Color information

#605EC3 (or 0x605EC3) is unknown color: approx Slate Blue. HEX triplet: 60, 5E and C3. RGB value is (96,94,195). Sum of RGB (Red+Green+Blue) = 96+94+195=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #605EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605EC3 is #9FA13C. Grayscale: #696969. Windows color (decimal): -10461501 or 12803680. OLE color: 12803680.

HSL color Cylindrical-coordinate representation of color #605EC3: hue angle of 241.19º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #605EC3 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9694195-
CMYK0.510.5200.24
HSL241.19º45.7%56.67%-
HSV(B)241.19º51.79%76.47%-
XYZ18.6814.4353.43-
YUV106.11178.16120.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 94 (37.11% from 255) = 24.42%
BLUE value IS 195 (76.56% from 255) = 50.65%
R=24.94%
G=24.42%
B=50.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal96941950.510.5200.24241.1945.756.67
Hex605EC33334018f12e39
Octal14013630363640303615671
Binary110000010111101100001111001111010001100011110001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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