Color Hex Logo

#616aba Color Hex

#616ABA
(97,106,186)
0 Favorites   0 Comments

Color spaces of #616aba

RGB 97106186
HSL0.650.390.55
HSV234°48°73°
CMYK 0.480.430.00   0.27
XYZ18.946716.394648.6203
Yxy16.39460.22570.1953
Hunter Lab40.490212.6680-42.8517
CIE-Lab47.488018.4248-43.4057

#616aba color RGB value is (97,106,186).

#616aba hex color red value is 97, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #616aba hue: 0.65 , saturation: 0.39 and the lightness value of 616aba is 0.55.

The process color (four color CMYK) of #616aba color hex is 0.48, 0.43, 0.00, 0.27. Web safe color of #616aba is #6666cc. Color #616aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101010 10111010
Octal 141 152 272
Decimal 97 106 186
Hex 61 6A BA

RGB Percentages of Color #616aba

%24.94
%27.25
%47.81

CMYK Percentages of Color #616aba

%48
%43
%0
%27

Triadic Colors of #616aba

#616aba #ba616a #6aba61

Analogous Colors of #616aba

#616aba #8561ba #6197ba

Monochromatic Colors of #616aba

#616aba

Complementary Color

#616aba #bab161

#616aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#616aba Color CSS Codes

.mybgcolor {background-color:#616aba; } 
.myforecolor {color:#616aba; }
.mybordercolor {border:3px solid #616aba; }

#616aba Text Font Color

<p style="color:#616aba">Text here</p>

This sample text font color is #616aba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#616aba Background Color

<div style="background-color:#616aba">
Div content here</div>

This div background color is #616aba


#616aba Border Color

<div style="border:3px solid #616aba">
Div here</div>

This div border color is #616aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,106,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #616aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #616aba;
  -webkit-box-shadow: 1px 1px 3px 2px #616aba;
  box-shadow:         1px 1px 3px 2px #616aba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,106,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #616aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #616aba;
  -webkit-box-shadow: 1px 1px 3px 2px #616aba;
  box-shadow:         1px 1px 3px 2px #616aba;">
Div content here</div>

This div box has shadow with color #616aba


Comments

No comments written yet.

Please login to write comment.