Color Hex Logo

#6baabb Color Hex

#6BAABB
(107,170,187)
0 Favorites   0 Comments

Color spaces of #6baabb

RGB 107170187
HSL0.540.370.58
HSV193°43°73°
CMYK 0.430.090.00   0.27
XYZ29.407835.463152.3088
Yxy35.46310.25100.3026
Hunter Lab59.5509-16.0661-10.3940
CIE-Lab66.1076-15.7347-15.0747

#6baabb color RGB value is (107,170,187).

#6baabb hex color red value is 107, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6baabb hue: 0.54 , saturation: 0.37 and the lightness value of 6baabb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101010 10111011
Octal 153 252 273
Decimal 107 170 187
Hex 6B AA BB

RGB Percentages of Color #6baabb

%23.06
%36.64
%40.30

CMYK Percentages of Color #6baabb

%43
%9
%0
%27

Triadic Colors of #6baabb

#6baabb #bb6baa #aabb6b

Analogous Colors of #6baabb

#6baabb #6b82bb #6bbba4

Monochromatic Colors of #6baabb

#6baabb

Complementary Color

#6baabb #bb7c6b

#6baabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6baabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6baabb Color CSS Codes

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

#6baabb Text Font Color

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

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


#6baabb Background Color

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

This div background color is #6baabb


#6baabb Border Color

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

This div border color is #6baabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6baabb


Comments

No comments written yet.

Please login to write comment.