Color Hex Logo

#6b827a Color Hex

#6B827A
(107,130,122)
0 Favorites   0 Comments

Color spaces of #6b827a

RGB 107130122
HSL0.440.100.46
HSV159°18°51°
CMYK 0.180.000.06   0.49
XYZ17.558920.496221.4431
Yxy20.49620.29510.3445
Hunter Lab45.2727-9.99663.6086
CIE-Lab52.3936-10.03321.5595

#6b827a color RGB value is (107,130,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10000010 01111010
Octal 153 202 172
Decimal 107 130 122
Hex 6B 82 7A

RGB Percentages of Color #6b827a

%29.81
%36.21
%33.98

CMYK Percentages of Color #6b827a

%18
%0
%6
%49

Triadic Colors of #6b827a

#6b827a #7a6b82 #827a6b

Analogous Colors of #6b827a

#6b827a #6b7f82 #6b826f

Monochromatic Colors of #6b827a

#6b827a

Complementary Color

#6b827a #826b73

#6b827a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b827a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b827a Color CSS Codes

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

#6b827a Text Font Color

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

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


#6b827a Background Color

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

This div background color is #6b827a


#6b827a Border Color

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

This div border color is #6b827a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b827a


Comments

No comments written yet.

Please login to write comment.