Color Hex Logo

#6aaadb Color Hex

#6AAADB
(106,170,219)
0 Favorites   0 Comments

Color spaces of #6aaadb

RGB 106170219
HSL0.570.610.64
HSV206°52°86°
CMYK 0.520.220.00   0.14
XYZ33.104836.928172.4009
Yxy36.92810.23240.2593
Hunter Lab60.7685-9.1036-28.1014
CIE-Lab67.2231-6.9268-31.0773

#6aaadb color RGB value is (106,170,219).

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

The process color (four color CMYK) of #6aaadb color hex is 0.52, 0.22, 0.00, 0.14. Web safe color of #6aaadb is #6699cc. Color #6aaadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101010 11011011
Octal 152 252 333
Decimal 106 170 219
Hex 6A AA DB

RGB Percentages of Color #6aaadb

%21.41
%34.34
%44.24

CMYK Percentages of Color #6aaadb

%52
%22
%0
%14

Triadic Colors of #6aaadb

#6aaadb #db6aaa #aadb6a

Analogous Colors of #6aaadb

#6aaadb #6a72db #6adbd4

Monochromatic Colors of #6aaadb

#6aaadb

Complementary Color

#6aaadb #db9b6a

#6aaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaadb Color CSS Codes

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

#6aaadb Text Font Color

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

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


#6aaadb Background Color

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

This div background color is #6aaadb


#6aaadb Border Color

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

This div border color is #6aaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaadb


Comments

No comments written yet.

Please login to write comment.