Color Hex Logo

#6084aa Color Hex

#6084AA
(96,132,170)
0 Favorites   0 Comments

Color spaces of #6084aa

RGB 96132170
HSL0.590.300.52
HSV211°44°67°
CMYK 0.440.220.00   0.33
XYZ20.330821.891641.1842
Yxy21.89160.24380.2625
Hunter Lab46.7885-4.3169-19.4364
CIE-Lab53.9118-2.3182-24.1019

#6084aa color RGB value is (96,132,170).

#6084aa hex color red value is 96, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6084aa hue: 0.59 , saturation: 0.30 and the lightness value of 6084aa is 0.52.

The process color (four color CMYK) of #6084aa color hex is 0.44, 0.22, 0.00, 0.33. Web safe color of #6084aa is #669999. Color #6084aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000100 10101010
Octal 140 204 252
Decimal 96 132 170
Hex 60 84 AA

RGB Percentages of Color #6084aa

%24.12
%33.17
%42.71

CMYK Percentages of Color #6084aa

%44
%22
%0
%33

Triadic Colors of #6084aa

#6084aa #aa6084 #84aa60

Analogous Colors of #6084aa

#6084aa #6160aa #60a9aa

Monochromatic Colors of #6084aa

#6084aa

Complementary Color

#6084aa #aa8660

#6084aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6084aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6084aa Color CSS Codes

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

#6084aa Text Font Color

<p style="color:#6084aa">Text here</p>

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


#6084aa Background Color

<div style="background-color:#6084aa">
Div content here</div>

This div background color is #6084aa


#6084aa Border Color

<div style="border:3px solid #6084aa">
Div here</div>

This div border color is #6084aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,132,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6084aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6084aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6084aa;
  box-shadow:         1px 1px 3px 2px #6084aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6084aa

#6084aa Color Palettes


Comments

No comments written yet.

Please login to write comment.