Color Hex Logo

#6baab9 Color Hex

#6BAAB9
(107,170,185)
0 Favorites   0 Comments

Color spaces of #6baab9

RGB 107170185
HSL0.530.360.57
HSV192°42°73°
CMYK 0.420.080.00   0.27
XYZ29.195135.378051.1888
Yxy35.37800.25220.3056
Hunter Lab59.4794-16.4733-9.3902
CIE-Lab66.0419-16.2687-14.0620

#6baab9 color RGB value is (107,170,185).

#6baab9 hex color red value is 107, green value is 170 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #6baab9 hue: 0.53 , saturation: 0.36 and the lightness value of 6baab9 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101010 10111001
Octal 153 252 271
Decimal 107 170 185
Hex 6B AA B9

RGB Percentages of Color #6baab9

%23.16
%36.80
%40.04

CMYK Percentages of Color #6baab9

%42
%8
%0
%27

Triadic Colors of #6baab9

#6baab9 #b96baa #aab96b

Analogous Colors of #6baab9

#6baab9 #6b83b9 #6bb9a1

Monochromatic Colors of #6baab9

#6baab9

Complementary Color

#6baab9 #b97a6b

#6baab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6baab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6baab9 Color CSS Codes

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

#6baab9 Text Font Color

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

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


#6baab9 Background Color

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

This div background color is #6baab9


#6baab9 Border Color

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

This div border color is #6baab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6baab9


Comments

No comments written yet.

Please login to write comment.