Color Hex Logo

#6ab9db Color Hex

#6AB9DB
(106,185,219)
0 Favorites   0 Comments

Color spaces of #6ab9db

RGB 106185219
HSL0.550.610.64
HSV198°52°86°
CMYK 0.520.160.00   0.14
XYZ36.079042.876673.3923
Yxy42.87660.23680.2814
Hunter Lab65.4802-16.2385-20.6179
CIE-Lab71.4711-15.0029-24.5462

#6ab9db color RGB value is (106,185,219).

#6ab9db hex color red value is 106, green value is 185 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6ab9db hue: 0.55 , saturation: 0.61 and the lightness value of 6ab9db is 0.64.

The process color (four color CMYK) of #6ab9db color hex is 0.52, 0.16, 0.00, 0.14. Web safe color of #6ab9db is #66cccc. Color #6ab9db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111001 11011011
Octal 152 271 333
Decimal 106 185 219
Hex 6A B9 DB

RGB Percentages of Color #6ab9db

%20.78
%36.27
%42.94

CMYK Percentages of Color #6ab9db

%52
%16
%0
%14

Triadic Colors of #6ab9db

#6ab9db #db6ab9 #b9db6a

Analogous Colors of #6ab9db

#6ab9db #6a81db #6adbc5

Monochromatic Colors of #6ab9db

#6ab9db

Complementary Color

#6ab9db #db8c6a

#6ab9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ab9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ab9db Color CSS Codes

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

#6ab9db Text Font Color

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

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


#6ab9db Background Color

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

This div background color is #6ab9db


#6ab9db Border Color

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

This div border color is #6ab9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ab9db


Comments

No comments written yet.

Please login to write comment.