Color Hex Logo

#6182ae Color Hex

#6182AE
(97,130,174)
0 Favorites   0 Comments

Color spaces of #6182ae

RGB 97130174
HSL0.600.320.53
HSV214°44°68°
CMYK 0.440.250.00   0.32
XYZ20.552421.562643.1232
Yxy21.56260.24110.2530
Hunter Lab46.4355-2.2580-22.5558
CIE-Lab53.55980.2816-26.9440

#6182ae color RGB value is (97,130,174).

#6182ae hex color red value is 97, green value is 130 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6182ae hue: 0.60 , saturation: 0.32 and the lightness value of 6182ae is 0.53.

The process color (four color CMYK) of #6182ae color hex is 0.44, 0.25, 0.00, 0.32. Web safe color of #6182ae is #669999. Color #6182ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000010 10101110
Octal 141 202 256
Decimal 97 130 174
Hex 61 82 AE

RGB Percentages of Color #6182ae

%24.19
%32.42
%43.39

CMYK Percentages of Color #6182ae

%44
%25
%0
%32

Triadic Colors of #6182ae

#6182ae #ae6182 #82ae61

Analogous Colors of #6182ae

#6182ae #6761ae #61a9ae

Monochromatic Colors of #6182ae

#6182ae

Complementary Color

#6182ae #ae8d61

#6182ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6182ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6182ae Color CSS Codes

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

#6182ae Text Font Color

<p style="color:#6182ae">Text here</p>

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


#6182ae Background Color

<div style="background-color:#6182ae">
Div content here</div>

This div background color is #6182ae


#6182ae Border Color

<div style="border:3px solid #6182ae">
Div here</div>

This div border color is #6182ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6182ae


Comments

No comments written yet.

Please login to write comment.