Color Hex Logo

#6d869a Color Hex

#6D869A
(109,134,154)
0 Favorites   0 Comments

Color spaces of #6d869a

RGB 109134154
HSL0.570.180.52
HSV207°29°60°
CMYK 0.290.130.00   0.40
XYZ20.664522.634533.8516
Yxy22.63450.26780.2934
Hunter Lab47.5757-5.7261-8.8837
CIE-Lab54.6938-4.0619-13.6027

#6d869a color RGB value is (109,134,154).

#6d869a hex color red value is 109, green value is 134 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #6d869a hue: 0.57 , saturation: 0.18 and the lightness value of 6d869a is 0.52.

The process color (four color CMYK) of #6d869a color hex is 0.29, 0.13, 0.00, 0.40. Web safe color of #6d869a is #669999. Color #6d869a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10000110 10011010
Octal 155 206 232
Decimal 109 134 154
Hex 6D 86 9A

RGB Percentages of Color #6d869a

%27.46
%33.75
%38.79

CMYK Percentages of Color #6d869a

%29
%13
%0
%40

Triadic Colors of #6d869a

#6d869a #9a6d86 #869a6d

Analogous Colors of #6d869a

#6d869a #6d709a #6d9a98

Monochromatic Colors of #6d869a

#6d869a

Complementary Color

#6d869a #9a816d

#6d869a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d869a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d869a Color CSS Codes

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

#6d869a Text Font Color

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

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


#6d869a Background Color

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

This div background color is #6d869a


#6d869a Border Color

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

This div border color is #6d869a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,134,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d869a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d869a;
  -webkit-box-shadow: 1px 1px 3px 2px #6d869a;
  box-shadow:         1px 1px 3px 2px #6d869a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,134,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d869a


Comments

No comments written yet.

Please login to write comment.