Color Hex Logo

#6ba168 Color Hex

#6BA168
(107,161,104)
0 Favorites   0 Comments

Color spaces of #6ba168

RGB 107161104
HSL0.320.230.52
HSV117°35°63°
CMYK 0.340.000.35   0.37
XYZ21.307029.615017.6900
Yxy29.61500.31050.4316
Hunter Lab54.4197-25.346118.8206
CIE-Lab61.3206-29.541324.1793

#6ba168 color RGB value is (107,161,104).

#6ba168 hex color red value is 107, green value is 161 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #6ba168 hue: 0.32 , saturation: 0.23 and the lightness value of 6ba168 is 0.52.

The process color (four color CMYK) of #6ba168 color hex is 0.34, 0.00, 0.35, 0.37. Web safe color of #6ba168 is #669966. Color #6ba168 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10100001 01101000
Octal 153 241 150
Decimal 107 161 104
Hex 6B A1 68

RGB Percentages of Color #6ba168

%28.76
%43.28
%27.96

CMYK Percentages of Color #6ba168

%34
%0
%35
%37

Triadic Colors of #6ba168

#6ba168 #686ba1 #a1686b

Analogous Colors of #6ba168

#6ba168 #68a182 #88a168

Monochromatic Colors of #6ba168

#6ba168

Complementary Color

#6ba168 #9e68a1

#6ba168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba168 Color CSS Codes

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

#6ba168 Text Font Color

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

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


#6ba168 Background Color

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

This div background color is #6ba168


#6ba168 Border Color

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

This div border color is #6ba168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ba168


Comments

No comments written yet.

Please login to write comment.