#616AD6

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

Shades of Slate Blue #616AD6

Tints of Slate Blue #616AD6

Color information

#616AD6 (or 0x616AD6) is unknown color: approx Slate Blue. HEX triplet: 61, 6A and D6. RGB value is (97,106,214). Sum of RGB (Red+Green+Blue) = 97+106+214=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #616AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616AD6 is #9E9529. Grayscale: #737373. Windows color (decimal): -10392874 or 14051937. OLE color: 14051937.

HSL color Cylindrical-coordinate representation of color #616AD6: hue angle of 235.38º 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 #616AD6 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97106214-
CMYK0.550.5000.16
HSL235.38º58.79%60.98%-
HSV(B)235.38º54.67%83.92%-
XYZ22.2217.765.86-
YUV115.62183.52114.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 214 (83.98% from 255) = 51.32%
R=23.26%
G=25.42%
B=51.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971062140.550.5000.16235.3858.7960.98
Hex616AD63732010eb3b3d
Octal14115232667620203537375
Binary110000111010101101011011011111001001000011101011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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