Color Hex Logo

#6a819f Color Hex

#6A819F
(106,129,159)
0 Favorites   0 Comments

Color spaces of #6a819f

RGB 106129159
HSL0.590.220.52
HSV214°33°62°
CMYK 0.330.190.00   0.38
XYZ20.052121.267935.8491
Yxy21.26790.25980.2756
Hunter Lab46.1171-3.0918-13.8070
CIE-Lab53.2415-0.8014-18.7211

#6a819f color RGB value is (106,129,159).

#6a819f hex color red value is 106, green value is 129 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #6a819f hue: 0.59 , saturation: 0.22 and the lightness value of 6a819f is 0.52.

The process color (four color CMYK) of #6a819f color hex is 0.33, 0.19, 0.00, 0.38. Web safe color of #6a819f is #669999. Color #6a819f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10000001 10011111
Octal 152 201 237
Decimal 106 129 159
Hex 6A 81 9F

RGB Percentages of Color #6a819f

%26.90
%32.74
%40.36

CMYK Percentages of Color #6a819f

%33
%19
%0
%38

Triadic Colors of #6a819f

#6a819f #9f6a81 #819f6a

Analogous Colors of #6a819f

#6a819f #6e6a9f #6a9c9f

Monochromatic Colors of #6a819f

#6a819f

Complementary Color

#6a819f #9f886a

#6a819f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a819f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a819f Color CSS Codes

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

#6a819f Text Font Color

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

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


#6a819f Background Color

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

This div background color is #6a819f


#6a819f Border Color

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

This div border color is #6a819f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,129,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a819f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a819f;
  -webkit-box-shadow: 1px 1px 3px 2px #6a819f;
  box-shadow:         1px 1px 3px 2px #6a819f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,129,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a819f


Comments

No comments written yet.

Please login to write comment.