#616ED5

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

Shades of Slate Blue #616ED5

Tints of Slate Blue #616ED5

Color information

#616ED5 (or 0x616ED5) is unknown color: approx Slate Blue. HEX triplet: 61, 6E and D5. RGB value is (97,110,213). Sum of RGB (Red+Green+Blue) = 97+110+213=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #616ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ED5 is #9E912A. Grayscale: #757575. Windows color (decimal): -10391851 or 13987425. OLE color: 13987425.

HSL color Cylindrical-coordinate representation of color #616ED5: hue angle of 233.28º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #616ED5 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97110213-
CMYK0.540.4800.16
HSL233.28º58%60.78%-
HSV(B)233.28º54.46%83.53%-
XYZ22.5218.565.33-
YUV117.85181.69113.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.10%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 213 (83.59% from 255) = 50.71%
R=23.10%
G=26.19%
B=50.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971102130.540.4800.16233.285860.78
Hex616ED53630010e93a3d
Octal14115632566600203517275
Binary110000111011101101010111011011000001000011101001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616ED5; }

 p { color: rgb(97,110,213); }

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

<style>
 a { background-color: #616ED5; }

 a { background-color: rgb(97,110,213); }

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

<style>
 span { border-color: #616ED5; }

 span { border-color: rgb(97,110,213); }

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