Color Hex Logo

#6ba4ae Color Hex

#6BA4AE
(107,164,174)
0 Favorites   0 Comments

Color spaces of #6ba4ae

RGB 107164174
HSL0.520.290.55
HSV189°39°68°
CMYK 0.390.060.00   0.32
XYZ26.978832.732744.9405
Yxy32.73270.25780.3128
Hunter Lab57.2125-15.9494-6.5236
CIE-Lab63.9439-15.9879-11.0753

#6ba4ae color RGB value is (107,164,174).

#6ba4ae hex color red value is 107, green value is 164 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6ba4ae hue: 0.52 , saturation: 0.29 and the lightness value of 6ba4ae is 0.55.

The process color (four color CMYK) of #6ba4ae color hex is 0.39, 0.06, 0.00, 0.32. Web safe color of #6ba4ae is #669999. Color #6ba4ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10100100 10101110
Octal 153 244 256
Decimal 107 164 174
Hex 6B A4 AE

RGB Percentages of Color #6ba4ae

%24.04
%36.85
%39.10

CMYK Percentages of Color #6ba4ae

%39
%6
%0
%32

Triadic Colors of #6ba4ae

#6ba4ae #ae6ba4 #a4ae6b

Analogous Colors of #6ba4ae

#6ba4ae #6b83ae #6bae97

Monochromatic Colors of #6ba4ae

#6ba4ae

Complementary Color

#6ba4ae #ae756b

#6ba4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba4ae Color CSS Codes

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

#6ba4ae Text Font Color

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

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


#6ba4ae Background Color

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

This div background color is #6ba4ae


#6ba4ae Border Color

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

This div border color is #6ba4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ba4ae


Comments

No comments written yet.

Please login to write comment.