Color Hex Logo

#6bb89b Color Hex

#6BB89B
(107,184,155)
0 Favorites   0 Comments

Color spaces of #6bb89b

RGB 107184155
HSL0.440.350.57
HSV157°42°72°
CMYK 0.420.000.16   0.28
XYZ29.120339.773337.1526
Yxy39.77330.27460.3751
Hunter Lab63.0661-27.94469.2182
CIE-Lab69.3078-30.63407.3255

#6bb89b color RGB value is (107,184,155).

#6bb89b hex color red value is 107, green value is 184 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #6bb89b hue: 0.44 , saturation: 0.35 and the lightness value of 6bb89b is 0.57.

The process color (four color CMYK) of #6bb89b color hex is 0.42, 0.00, 0.16, 0.28. Web safe color of #6bb89b is #66cc99. Color #6bb89b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111000 10011011
Octal 153 270 233
Decimal 107 184 155
Hex 6B B8 9B

RGB Percentages of Color #6bb89b

%23.99
%41.26
%34.75

CMYK Percentages of Color #6bb89b

%42
%0
%16
%28

Triadic Colors of #6bb89b

#6bb89b #9b6bb8 #b89b6b

Analogous Colors of #6bb89b

#6bb89b #6bafb8 #6bb875

Monochromatic Colors of #6bb89b

#6bb89b

Complementary Color

#6bb89b #b86b88

#6bb89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bb89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bb89b Color CSS Codes

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

#6bb89b Text Font Color

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

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


#6bb89b Background Color

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

This div background color is #6bb89b


#6bb89b Border Color

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

This div border color is #6bb89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bb89b


Comments

No comments written yet.

Please login to write comment.