Color Hex Logo

#6daebf Color Hex

#6DAEBF
(109,174,191)
0 Favorites   0 Comments

Color spaces of #6daebf

RGB 109174191
HSL0.530.390.59
HSV192°43°75°
CMYK 0.430.090.00   0.25
XYZ30.846737.284954.8611
Yxy37.28490.25080.3031
Hunter Lab61.0614-16.6836-10.5267
CIE-Lab67.4902-16.2662-15.1982

#6daebf color RGB value is (109,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101110 10111111
Octal 155 256 277
Decimal 109 174 191
Hex 6D AE BF

RGB Percentages of Color #6daebf

%23.00
%36.71
%40.30

CMYK Percentages of Color #6daebf

%43
%9
%0
%25

Triadic Colors of #6daebf

#6daebf #bf6dae #aebf6d

Analogous Colors of #6daebf

#6daebf #6d85bf #6dbfa7

Monochromatic Colors of #6daebf

#6daebf

Complementary Color

#6daebf #bf7e6d

#6daebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daebf Color CSS Codes

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

#6daebf Text Font Color

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

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


#6daebf Background Color

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

This div background color is #6daebf


#6daebf Border Color

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

This div border color is #6daebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daebf


Comments

No comments written yet.

Please login to write comment.