Color Hex Logo

#6092aa Color Hex

#6092AA
(96,146,170)
0 Favorites   0 Comments

Color spaces of #6092aa

RGB 96146170
HSL0.550.300.52
HSV199°44°67°
CMYK 0.440.140.00   0.33
XYZ22.358525.946841.8600
Yxy25.94680.24800.2878
Hunter Lab50.9380-10.7915-13.0669
CIE-Lab57.9865-10.2538-17.8634

#6092aa color RGB value is (96,146,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010010 10101010
Octal 140 222 252
Decimal 96 146 170
Hex 60 92 AA

RGB Percentages of Color #6092aa

%23.30
%35.44
%41.26

CMYK Percentages of Color #6092aa

%44
%14
%0
%33

Triadic Colors of #6092aa

#6092aa #aa6092 #92aa60

Analogous Colors of #6092aa

#6092aa #606daa #60aa9d

Monochromatic Colors of #6092aa

#6092aa

Complementary Color

#6092aa #aa7860

#6092aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6092aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6092aa Color CSS Codes

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

#6092aa Text Font Color

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

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


#6092aa Background Color

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

This div background color is #6092aa


#6092aa Border Color

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

This div border color is #6092aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,146,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 #6092aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6092aa


Comments

No comments written yet.

Please login to write comment.