#616ED4

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

Shades of Slate Blue #616ED4

Tints of Slate Blue #616ED4

Color information

#616ED4 (or 0x616ED4) is unknown color: approx Slate Blue. HEX triplet: 61, 6E and D4. RGB value is (97,110,212). Sum of RGB (Red+Green+Blue) = 97+110+212=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #616ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ED4 is #9E912B. Grayscale: #757575. Windows color (decimal): -10391852 or 13921889. OLE color: 13921889.

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

Color convert

RGB97110212-
CMYK0.540.4800.17
HSL233.22º57.21%60.59%-
HSV(B)233.22º54.25%83.14%-
XYZ22.3918.4564.67-
YUV117.74181.19113.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.15%
GREEN value IS 110 (43.36% from 255) = 26.25%
BLUE value IS 212 (83.20% from 255) = 50.60%
R=23.15%
G=26.25%
B=50.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal971102120.540.4800.17233.2257.2160.59
Hex616ED43630011e9393d
Octal14115632466600213517175
Binary110000111011101101010011011011000001000111101001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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