Color Hex Logo

#6bbfaf Color Hex

#6BBFAF
(107,191,175)
0 Favorites   0 Comments

Color spaces of #6bbfaf

RGB 107191175
HSL0.470.400.58
HSV169°44°75°
CMYK 0.440.000.08   0.25
XYZ32.432143.482547.2411
Yxy43.48250.26330.3531
Hunter Lab65.9413-27.60503.6828
CIE-Lab71.8812-29.40430.1110

#6bbfaf color RGB value is (107,191,175).

#6bbfaf hex color red value is 107, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6bbfaf hue: 0.47 , saturation: 0.40 and the lightness value of 6bbfaf is 0.58.

The process color (four color CMYK) of #6bbfaf color hex is 0.44, 0.00, 0.08, 0.25. Web safe color of #6bbfaf is #66cc99. Color #6bbfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111111 10101111
Octal 153 277 257
Decimal 107 191 175
Hex 6B BF AF

RGB Percentages of Color #6bbfaf

%22.62
%40.38
%37.00

CMYK Percentages of Color #6bbfaf

%44
%0
%8
%25

Triadic Colors of #6bbfaf

#6bbfaf #af6bbf #bfaf6b

Analogous Colors of #6bbfaf

#6bbfaf #6ba5bf #6bbf85

Monochromatic Colors of #6bbfaf

#6bbfaf

Complementary Color

#6bbfaf #bf6b7b

#6bbfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbfaf Color CSS Codes

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

#6bbfaf Text Font Color

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

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


#6bbfaf Background Color

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

This div background color is #6bbfaf


#6bbfaf Border Color

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

This div border color is #6bbfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbfaf


Comments

No comments written yet.

Please login to write comment.