#616AE1

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

Shades of Slate Blue #616AE1

Tints of Slate Blue #616AE1

Color information

#616AE1 (or 0x616AE1) is unknown color: approx Slate Blue. HEX triplet: 61, 6A and E1. RGB value is (97,106,225). Sum of RGB (Red+Green+Blue) = 97+106+225=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 225 (88.28% from 255 or 52.57% from 428); Max value from RGB is 225 - color contains mainly: blue. Hex color #616AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616AE1 is #9E951E. Grayscale: #747474. Windows color (decimal): -10392863 or 14772833. OLE color: 14772833.

HSL color Cylindrical-coordinate representation of color #616AE1: hue angle of 235.78º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #616AE1 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB97106225-
CMYK0.570.5300.12
HSL235.78º68.09%63.14%-
HSV(B)235.78º56.89%88.24%-
XYZ23.6718.2973.52-
YUV116.88189.02113.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.66%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 225 (88.28% from 255) = 52.57%
R=22.66%
G=24.77%
B=52.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal971062250.570.5300.12235.7868.0963.14
Hex616AE139350Cec443f
Octal141152341716501435410477
Binary110000111010101110000111100111010101100111011001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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