Color Hex Logo

#6f80aa Color Hex

#6F80AA
(111,128,170)
0 Favorites   0 Comments

Color spaces of #6f80aa

RGB 111128170
HSL0.620.260.55
HSV223°35°67°
CMYK 0.350.250.00   0.33
XYZ21.530421.720141.0878
Yxy21.72010.25530.2575
Hunter Lab46.60480.9046-19.6479
CIE-Lab53.72884.2401-24.3045

#6f80aa color RGB value is (111,128,170).

#6f80aa hex color red value is 111, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6f80aa hue: 0.62 , saturation: 0.26 and the lightness value of 6f80aa is 0.55.

The process color (four color CMYK) of #6f80aa color hex is 0.35, 0.25, 0.00, 0.33. Web safe color of #6f80aa is #669999. Color #6f80aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10000000 10101010
Octal 157 200 252
Decimal 111 128 170
Hex 6F 80 AA

RGB Percentages of Color #6f80aa

%27.14
%31.30
%41.56

CMYK Percentages of Color #6f80aa

%35
%25
%0
%33

Triadic Colors of #6f80aa

#6f80aa #aa6f80 #80aa6f

Analogous Colors of #6f80aa

#6f80aa #7c6faa #6f9eaa

Monochromatic Colors of #6f80aa

#6f80aa

Complementary Color

#6f80aa #aa996f

#6f80aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f80aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f80aa Color CSS Codes

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

#6f80aa Text Font Color

<p style="color:#6f80aa">Text here</p>

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


#6f80aa Background Color

<div style="background-color:#6f80aa">
Div content here</div>

This div background color is #6f80aa


#6f80aa Border Color

<div style="border:3px solid #6f80aa">
Div here</div>

This div border color is #6f80aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,128,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f80aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f80aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6f80aa;
  box-shadow:         1px 1px 3px 2px #6f80aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,128,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 #6f80aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f80aa


Comments

No comments written yet.

Please login to write comment.