color codes Logo

#6bb99a color codes

#6BB99A
(107,185,154)
0 Favorites   0 Comments

Color spaces of #6bb99a

RGB 107185154
HSL0.430.360.57
HSV156°42°73°
CMYK 0.420.000.17   0.27
XYZ29.245140.156836.7815
Yxy40.15680.27540.3782
Hunter Lab63.3694-28.51839.9449
CIE-Lab69.5811-31.33128.2636

#6bb99a color RGB value is (107,185,154).

#6bb99a hex color red value is 107, green value is 185 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #6bb99a hue: 0.43 , saturation: 0.36 and the lightness value of 6bb99a is 0.57.

The process color (four color CMYK) of #6bb99a color code is 0.42, 0.00, 0.17, 0.27. Web safe color of #6bb99a is #66cc99. Color #6bb99a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111001 10011010
Octal 153 271 232
Decimal 107 185 154
Hex 6B B9 9A

RGB Percentages of Color #6bb99a

%23.99
%41.48
%34.53

CMYK Percentages of Color #6bb99a

%42
%0
%17
%27

Triadic Colors of #6bb99a

#6bb99a #9a6bb9 #b99a6b

Analogous Colors of #6bb99a

#6bb99a #6bb1b9 #6bb973

Monochromatic Colors of #6bb99a

#6bb99a

Complementary Color

#6bb99a #b96b8a

#6bb99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bb99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bb99a Color CSS Codes

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

#6bb99a Text Font Color

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

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


#6bb99a Background Color

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

This div background color is #6bb99a


#6bb99a Border Color

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

This div border color is #6bb99a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,185,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 #6bb99a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bb99a


Comments

No comments written yet.

Please login to write comment.