#616ADA

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

Shades of Slate Blue #616ADA

Tints of Slate Blue #616ADA

Color information

#616ADA (or 0x616ADA) is unknown color: approx Slate Blue. HEX triplet: 61, 6A and DA. RGB value is (97,106,218). Sum of RGB (Red+Green+Blue) = 97+106+218=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #616ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ADA is #9E9525. Grayscale: #737373. Windows color (decimal): -10392870 or 14314081. OLE color: 14314081.

HSL color Cylindrical-coordinate representation of color #616ADA: hue angle of 235.54º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616ADA is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97106218-
CMYK0.560.5100.15
HSL235.54º62.05%61.76%-
HSV(B)235.54º55.5%85.49%-
XYZ22.7417.9168.59-
YUV116.08185.52114.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.04%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 218 (85.55% from 255) = 51.78%
R=23.04%
G=25.18%
B=51.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971062180.560.5100.15235.5462.0561.76
Hex616ADA38330Fec3e3e
Octal14115233270630173547676
Binary11000011101010110110101110001100110111111101100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,106,218); }

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

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

 a { background-color: rgb(97,106,218); }

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

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

 span { border-color: rgb(97,106,218); }

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