Color Hex Logo

#6ba999 Color Hex

#6BA999
(107,169,153)
0 Favorites   0 Comments

Color spaces of #6ba999

RGB 107169153
HSL0.460.260.54
HSV165°37°66°
CMYK 0.370.000.09   0.34
XYZ26.001133.801635.2910
Yxy33.80160.27340.3555
Hunter Lab58.1391-21.91444.7078
CIE-Lab64.8048-23.71701.9361

#6ba999 color RGB value is (107,169,153).

#6ba999 hex color red value is 107, green value is 169 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #6ba999 hue: 0.46 , saturation: 0.26 and the lightness value of 6ba999 is 0.54.

The process color (four color CMYK) of #6ba999 color hex is 0.37, 0.00, 0.09, 0.34. Web safe color of #6ba999 is #669999. Color #6ba999 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101001 10011001
Octal 153 251 231
Decimal 107 169 153
Hex 6B A9 99

RGB Percentages of Color #6ba999

%24.94
%39.39
%35.66

CMYK Percentages of Color #6ba999

%37
%0
%9
%34

Triadic Colors of #6ba999

#6ba999 #996ba9 #a9996b

Analogous Colors of #6ba999

#6ba999 #6b9aa9 #6ba97a

Monochromatic Colors of #6ba999

#6ba999

Complementary Color

#6ba999 #a96b7b

#6ba999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba999 Color CSS Codes

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

#6ba999 Text Font Color

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

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


#6ba999 Background Color

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

This div background color is #6ba999


#6ba999 Border Color

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

This div border color is #6ba999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ba999


Comments

No comments written yet.

Please login to write comment.