#616ADE

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

Shades of Slate Blue #616ADE

Tints of Slate Blue #616ADE

Color information

#616ADE (or 0x616ADE) is unknown color: approx Slate Blue. HEX triplet: 61, 6A and DE. RGB value is (97,106,222). Sum of RGB (Red+Green+Blue) = 97+106+222=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #616ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ADE is #9E9521. Grayscale: #747474. Windows color (decimal): -10392866 or 14576225. OLE color: 14576225.

HSL color Cylindrical-coordinate representation of color #616ADE: hue angle of 235.68º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616ADE is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97106222-
CMYK0.560.5200.13
HSL235.68º65.45%62.55%-
HSV(B)235.68º56.31%87.06%-
XYZ23.2718.1271.38-
YUV116.53187.52114.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 222 (87.11% from 255) = 52.24%
R=22.82%
G=24.94%
B=52.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971062220.560.5200.13235.6865.4562.55
Hex616ADE38340Dec413f
Octal141152336706401535410177
Binary110000111010101101111011100011010001101111011001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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