Color Hex Logo

#61999d Color Hex

#61999D
(97,153,157)
0 Favorites   0 Comments

Color spaces of #61999d

RGB 97153157
HSL0.510.240.50
HSV184°38°62°
CMYK 0.380.030.00   0.38
XYZ22.406827.758236.0752
Yxy27.75820.25980.3219
Hunter Lab52.6861-16.2865-3.7168
CIE-Lab59.6697-17.2866-7.9277

#61999d color RGB value is (97,153,157).

#61999d hex color red value is 97, green value is 153 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #61999d hue: 0.51 , saturation: 0.24 and the lightness value of 61999d is 0.50.

The process color (four color CMYK) of #61999d color hex is 0.38, 0.03, 0.00, 0.38. Web safe color of #61999d is #669999. Color #61999d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011001 10011101
Octal 141 231 235
Decimal 97 153 157
Hex 61 99 9D

RGB Percentages of Color #61999d

%23.83
%37.59
%38.57

CMYK Percentages of Color #61999d

%38
%3
%0
%38

Triadic Colors of #61999d

#61999d #9d6199 #999d61

Analogous Colors of #61999d

#61999d #617b9d #619d83

Monochromatic Colors of #61999d

#61999d

Complementary Color

#61999d #9d6561

#61999d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61999d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61999d Color CSS Codes

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

#61999d Text Font Color

<p style="color:#61999d">Text here</p>

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


#61999d Background Color

<div style="background-color:#61999d">
Div content here</div>

This div background color is #61999d


#61999d Border Color

<div style="border:3px solid #61999d">
Div here</div>

This div border color is #61999d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,153,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61999d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61999d;
  -webkit-box-shadow: 1px 1px 3px 2px #61999d;
  box-shadow:         1px 1px 3px 2px #61999d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61999d


Comments

No comments written yet.

Please login to write comment.