#615EE0

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

Shades of Slate Blue #615EE0

Tints of Slate Blue #615EE0

Color information

#615EE0 (or 0x615EE0) is unknown color: approx Slate Blue. HEX triplet: 61, 5E and E0. RGB value is (97,94,224). Sum of RGB (Red+Green+Blue) = 97+94+224=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #615EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EE0 is #9EA11F. Grayscale: #6D6D6D. Windows color (decimal): -10395936 or 14704225. OLE color: 14704225.

HSL color Cylindrical-coordinate representation of color #615EE0: hue angle of 241.38º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #615EE0 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9794224-
CMYK0.570.5800.12
HSL241.38º67.71%62.35%-
HSV(B)241.38º58.04%87.84%-
XYZ22.3915.9372.42-
YUV109.72192.49118.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.37%
GREEN value IS 94 (37.11% from 255) = 22.65%
BLUE value IS 224 (87.89% from 255) = 53.98%
R=23.37%
G=22.65%
B=53.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal97942240.570.5800.12241.3867.7162.35
Hex615EE0393A0Cf1443e
Octal141136340717201436110476
Binary110000110111101110000011100111101001100111100011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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