Color Hex Logo

#6f84aa Color Hex

#6F84AA
(111,132,170)
0 Favorites   0 Comments

Color spaces of #6f84aa

RGB 111132170
HSL0.610.260.55
HSV219°35°67°
CMYK 0.350.220.00   0.33
XYZ22.062522.784341.2652
Yxy22.78430.25620.2646
Hunter Lab47.7329-1.0286-17.8433
CIE-Lab54.84951.8999-22.5800

#6f84aa color RGB value is (111,132,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10000100 10101010
Octal 157 204 252
Decimal 111 132 170
Hex 6F 84 AA

RGB Percentages of Color #6f84aa

%26.88
%31.96
%41.16

CMYK Percentages of Color #6f84aa

%35
%22
%0
%33

Triadic Colors of #6f84aa

#6f84aa #aa6f84 #84aa6f

Analogous Colors of #6f84aa

#6f84aa #786faa #6fa2aa

Monochromatic Colors of #6f84aa

#6f84aa

Complementary Color

#6f84aa #aa956f

#6f84aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f84aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f84aa Color CSS Codes

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

#6f84aa Text Font Color

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

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


#6f84aa Background Color

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

This div background color is #6f84aa


#6f84aa Border Color

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

This div border color is #6f84aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f84aa


Comments

No comments written yet.

Please login to write comment.