Color Hex Logo

#61aabb Color Hex

#61AABB
(97,170,187)
0 Favorites   0 Comments

Color spaces of #61aabb

RGB 97170187
HSL0.530.400.56
HSV191°48°73°
CMYK 0.480.090.00   0.27
XYZ28.274134.878752.2558
Yxy34.87870.24500.3022
Hunter Lab59.0582-17.8950-11.1202
CIE-Lab65.6541-18.1827-15.8037

#61aabb color RGB value is (97,170,187).

#61aabb hex color red value is 97, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #61aabb hue: 0.53 , saturation: 0.40 and the lightness value of 61aabb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101010 10111011
Octal 141 252 273
Decimal 97 170 187
Hex 61 AA BB

RGB Percentages of Color #61aabb

%21.37
%37.44
%41.19

CMYK Percentages of Color #61aabb

%48
%9
%0
%27

Triadic Colors of #61aabb

#61aabb #bb61aa #aabb61

Analogous Colors of #61aabb

#61aabb #617dbb #61bb9f

Monochromatic Colors of #61aabb

#61aabb

Complementary Color

#61aabb #bb7261

#61aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61aabb Color CSS Codes

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

#61aabb Text Font Color

<p style="color:#61aabb">Text here</p>

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


#61aabb Background Color

<div style="background-color:#61aabb">
Div content here</div>

This div background color is #61aabb


#61aabb Border Color

<div style="border:3px solid #61aabb">
Div here</div>

This div border color is #61aabb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,170,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61aabb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61aabb;
  -webkit-box-shadow: 1px 1px 3px 2px #61aabb;
  box-shadow:         1px 1px 3px 2px #61aabb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61aabb


Comments

No comments written yet.

Please login to write comment.