Color Hex Logo

#6dafbf Color Hex

#6DAFBF
(109,175,191)
0 Favorites   0 Comments

Color spaces of #6dafbf

RGB 109175191
HSL0.530.390.59
HSV192°43°75°
CMYK 0.430.080.00   0.25
XYZ31.040637.672754.9258
Yxy37.67270.25110.3047
Hunter Lab61.3781-17.1393-10.0926
CIE-Lab67.7787-16.7911-14.7634

#6dafbf color RGB value is (109,175,191).

#6dafbf hex color red value is 109, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6dafbf hue: 0.53 , saturation: 0.39 and the lightness value of 6dafbf is 0.59.

The process color (four color CMYK) of #6dafbf color hex is 0.43, 0.08, 0.00, 0.25. Web safe color of #6dafbf is #6699cc. Color #6dafbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101111 10111111
Octal 155 257 277
Decimal 109 175 191
Hex 6D AF BF

RGB Percentages of Color #6dafbf

%22.95
%36.84
%40.21

CMYK Percentages of Color #6dafbf

%43
%8
%0
%25

Triadic Colors of #6dafbf

#6dafbf #bf6daf #afbf6d

Analogous Colors of #6dafbf

#6dafbf #6d86bf #6dbfa6

Monochromatic Colors of #6dafbf

#6dafbf

Complementary Color

#6dafbf #bf7d6d

#6dafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dafbf Color CSS Codes

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

#6dafbf Text Font Color

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

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


#6dafbf Background Color

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

This div background color is #6dafbf


#6dafbf Border Color

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

This div border color is #6dafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dafbf


Comments

No comments written yet.

Please login to write comment.