Color Hex Logo

#6baaae Color Hex

#6BAAAE
(107,170,174)
0 Favorites   0 Comments

Color spaces of #6baaae

RGB 107170174
HSL0.510.290.55
HSV184°39°68°
CMYK 0.390.020.00   0.32
XYZ28.078134.931245.3069
Yxy34.93120.25920.3225
Hunter Lab59.1026-18.6289-4.0787
CIE-Lab65.6951-19.1322-8.4596

#6baaae color RGB value is (107,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101010 10101110
Octal 153 252 256
Decimal 107 170 174
Hex 6B AA AE

RGB Percentages of Color #6baaae

%23.73
%37.69
%38.58

CMYK Percentages of Color #6baaae

%39
%2
%0
%32

Triadic Colors of #6baaae

#6baaae #ae6baa #aaae6b

Analogous Colors of #6baaae

#6baaae #6b89ae #6bae91

Monochromatic Colors of #6baaae

#6baaae

Complementary Color

#6baaae #ae6f6b

#6baaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6baaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6baaae Color CSS Codes

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

#6baaae Text Font Color

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

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


#6baaae Background Color

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

This div background color is #6baaae


#6baaae Border Color

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

This div border color is #6baaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6baaae


Comments

No comments written yet.

Please login to write comment.