#616ED6

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

Shades of Slate Blue #616ED6

Tints of Slate Blue #616ED6

Color information

#616ED6 (or 0x616ED6) is unknown color: approx Slate Blue. HEX triplet: 61, 6E and D6. RGB value is (97,110,214). Sum of RGB (Red+Green+Blue) = 97+110+214=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #616ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ED6 is #9E9129. Grayscale: #757575. Windows color (decimal): -10391850 or 14052961. OLE color: 14052961.

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

Color convert

RGB97110214-
CMYK0.550.4900.16
HSL233.33º58.79%60.98%-
HSV(B)233.33º54.67%83.92%-
XYZ22.6418.5566.01-
YUV117.97182.19113.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.04%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 214 (83.98% from 255) = 50.83%
R=23.04%
G=26.13%
B=50.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971102140.550.4900.16233.3358.7960.98
Hex616ED63731010e93b3d
Octal14115632667610203517375
Binary110000111011101101011011011111000101000011101001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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