Color Hex Logo

#61828a Color Hex

#61828A
(97,130,138)
0 Favorites   0 Comments

Color spaces of #61828a

RGB 97130138
HSL0.530.170.46
HSV192°30°54°
CMYK 0.300.060.00   0.46
XYZ17.499820.341627.0487
Yxy20.34160.26970.3135
Hunter Lab45.1017-9.6685-3.9867
CIE-Lab52.2213-9.6100-8.1032

#61828a color RGB value is (97,130,138).

#61828a hex color red value is 97, green value is 130 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #61828a hue: 0.53 , saturation: 0.17 and the lightness value of 61828a is 0.46.

The process color (four color CMYK) of #61828a color hex is 0.30, 0.06, 0.00, 0.46. Web safe color of #61828a is #669999. Color #61828a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000010 10001010
Octal 141 202 212
Decimal 97 130 138
Hex 61 82 8A

RGB Percentages of Color #61828a

%26.58
%35.62
%37.81

CMYK Percentages of Color #61828a

%30
%6
%0
%46

Triadic Colors of #61828a

#61828a #8a6182 #828a61

Analogous Colors of #61828a

#61828a #616e8a #618a7e

Monochromatic Colors of #61828a

#61828a

Complementary Color

#61828a #8a6961

#61828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61828a Color CSS Codes

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

#61828a Text Font Color

<p style="color:#61828a">Text here</p>

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


#61828a Background Color

<div style="background-color:#61828a">
Div content here</div>

This div background color is #61828a


#61828a Border Color

<div style="border:3px solid #61828a">
Div here</div>

This div border color is #61828a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,130,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61828a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61828a;
  -webkit-box-shadow: 1px 1px 3px 2px #61828a;
  box-shadow:         1px 1px 3px 2px #61828a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61828a


Comments

No comments written yet.

Please login to write comment.