Color Hex Logo

#6a827e Color Hex

#6A827E
(106,130,126)
0 Favorites   0 Comments

Color spaces of #6a827e

RGB 106130126
HSL0.470.100.46
HSV170°18°51°
CMYK 0.180.000.03   0.49
XYZ17.692420.535822.7700
Yxy20.53580.29000.3367
Hunter Lab45.3164-9.61401.9303
CIE-Lab52.4377-9.5031-0.7168

#6a827e color RGB value is (106,130,126).

#6a827e hex color red value is 106, green value is 130 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6a827e hue: 0.47 , saturation: 0.10 and the lightness value of 6a827e is 0.46.

The process color (four color CMYK) of #6a827e color hex is 0.18, 0.00, 0.03, 0.49. Web safe color of #6a827e is #669966. Color #6a827e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10000010 01111110
Octal 152 202 176
Decimal 106 130 126
Hex 6A 82 7E

RGB Percentages of Color #6a827e

%29.28
%35.91
%34.81

CMYK Percentages of Color #6a827e

%18
%0
%3
%49

Triadic Colors of #6a827e

#6a827e #7e6a82 #827e6a

Analogous Colors of #6a827e

#6a827e #6a7a82 #6a8272

Monochromatic Colors of #6a827e

#6a827e

Complementary Color

#6a827e #826a6e

#6a827e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a827e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a827e Color CSS Codes

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

#6a827e Text Font Color

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

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


#6a827e Background Color

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

This div background color is #6a827e


#6a827e Border Color

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

This div border color is #6a827e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a827e


Comments

No comments written yet.

Please login to write comment.