Color Hex Logo

#6f82aa Color Hex

#6F82AA
(111,130,170)
0 Favorites   0 Comments

Color spaces of #6f82aa

RGB 111130170
HSL0.610.260.55
HSV221°35°67°
CMYK 0.350.240.00   0.33
XYZ21.793922.247141.1757
Yxy22.24710.25570.2611
Hunter Lab47.1668-0.0643-18.7422
CIE-Lab54.28823.0670-23.4430

#6f82aa color RGB value is (111,130,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10000010 10101010
Octal 157 202 252
Decimal 111 130 170
Hex 6F 82 AA

RGB Percentages of Color #6f82aa

%27.01
%31.63
%41.36

CMYK Percentages of Color #6f82aa

%35
%24
%0
%33

Triadic Colors of #6f82aa

#6f82aa #aa6f82 #82aa6f

Analogous Colors of #6f82aa

#6f82aa #7a6faa #6fa0aa

Monochromatic Colors of #6f82aa

#6f82aa

Complementary Color

#6f82aa #aa976f

#6f82aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f82aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f82aa Color CSS Codes

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

#6f82aa Text Font Color

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

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


#6f82aa Background Color

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

This div background color is #6f82aa


#6f82aa Border Color

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

This div border color is #6f82aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f82aa


Comments

No comments written yet.

Please login to write comment.