Color Hex Logo

#619aba Color Hex

#619ABA
(97,154,186)
0 Favorites   0 Comments

Color spaces of #619aba

RGB 97154186
HSL0.560.390.55
HSV202°48°73°
CMYK 0.480.170.00   0.27
XYZ25.348329.197850.7541
Yxy29.19780.24070.2773
Hunter Lab54.0350-10.8253-17.8655
CIE-Lab60.9558-9.8659-22.3897

#619aba color RGB value is (97,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011010 10111010
Octal 141 232 272
Decimal 97 154 186
Hex 61 9A BA

RGB Percentages of Color #619aba

%22.20
%35.24
%42.56

CMYK Percentages of Color #619aba

%48
%17
%0
%27

Triadic Colors of #619aba

#619aba #ba619a #9aba61

Analogous Colors of #619aba

#619aba #616eba #61baae

Monochromatic Colors of #619aba

#619aba

Complementary Color

#619aba #ba8161

#619aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#619aba Color CSS Codes

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

#619aba Text Font Color

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

This sample text font color is #619aba
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.


#619aba Background Color

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

This div background color is #619aba


#619aba Border Color

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

This div border color is #619aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,154,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 #619aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619aba


Comments

No comments written yet.

Please login to write comment.