#615EC6

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

Shades of Slate Blue #615EC6

Tints of Slate Blue #615EC6

Color information

#615EC6 (or 0x615EC6) is unknown color: approx Slate Blue. HEX triplet: 61, 5E and C6. RGB value is (97,94,198). Sum of RGB (Red+Green+Blue) = 97+94+198=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #615EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EC6 is #9EA139. Grayscale: #6A6A6A. Windows color (decimal): -10395962 or 13000289. OLE color: 13000289.

HSL color Cylindrical-coordinate representation of color #615EC6: hue angle of 241.73º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #615EC6 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9794198-
CMYK0.510.5300.22
HSL241.73º47.71%57.25%-
HSV(B)241.73º52.53%77.65%-
XYZ19.1314.6255.24-
YUV106.75179.49121.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 94 (37.11% from 255) = 24.16%
BLUE value IS 198 (77.73% from 255) = 50.90%
R=24.94%
G=24.16%
B=50.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal97941980.510.5300.22241.7347.7157.25
Hex615EC63335016f23039
Octal14113630663650263626071
Binary110000110111101100011011001111010101011011110010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615EC6; }

 p { color: rgb(97,94,198); }

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

<style>
 a { background-color: #615EC6; }

 a { background-color: rgb(97,94,198); }

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

<style>
 span { border-color: #615EC6; }

 span { border-color: rgb(97,94,198); }

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