Color Hex Logo

#6ba2a4 Color Hex

#6BA2A4
(107,162,164)
0 Favorites   0 Comments

Color spaces of #6ba2a4

RGB 107162164
HSL0.510.240.53
HSV182°35°64°
CMYK 0.350.010.00   0.36
XYZ25.684631.646839.8767
Yxy31.64680.26420.3256
Hunter Lab56.2555-16.9493-2.6489
CIE-Lab63.0499-17.4751-6.7994

#6ba2a4 color RGB value is (107,162,164).

#6ba2a4 hex color red value is 107, green value is 162 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #6ba2a4 hue: 0.51 , saturation: 0.24 and the lightness value of 6ba2a4 is 0.53.

The process color (four color CMYK) of #6ba2a4 color hex is 0.35, 0.01, 0.00, 0.36. Web safe color of #6ba2a4 is #669999. Color #6ba2a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10100010 10100100
Octal 153 242 244
Decimal 107 162 164
Hex 6B A2 A4

RGB Percentages of Color #6ba2a4

%24.71
%37.41
%37.88

CMYK Percentages of Color #6ba2a4

%35
%1
%0
%36

Triadic Colors of #6ba2a4

#6ba2a4 #a46ba2 #a2a46b

Analogous Colors of #6ba2a4

#6ba2a4 #6b86a4 #6ba48a

Monochromatic Colors of #6ba2a4

#6ba2a4

Complementary Color

#6ba2a4 #a46d6b

#6ba2a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba2a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba2a4 Color CSS Codes

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

#6ba2a4 Text Font Color

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

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


#6ba2a4 Background Color

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

This div background color is #6ba2a4


#6ba2a4 Border Color

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

This div border color is #6ba2a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ba2a4


Comments

No comments written yet.

Please login to write comment.