Color Hex Logo

#6aaaed Color Hex

#6AAAED
(106,170,237)
0 Favorites   0 Comments

Color spaces of #6aaaed

RGB 106170237
HSL0.590.780.67
HSV211°55°93°
CMYK 0.550.280.00   0.07
XYZ35.604637.928085.5650
Yxy37.92800.22380.2384
Hunter Lab61.5857-4.5786-39.2654
CIE-Lab67.9675-1.4948-39.7903

#6aaaed color RGB value is (106,170,237).

#6aaaed hex color red value is 106, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6aaaed hue: 0.59 , saturation: 0.78 and the lightness value of 6aaaed is 0.67.

The process color (four color CMYK) of #6aaaed color hex is 0.55, 0.28, 0.00, 0.07. Web safe color of #6aaaed is #6699ff. Color #6aaaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101010 11101101
Octal 152 252 355
Decimal 106 170 237
Hex 6A AA ED

RGB Percentages of Color #6aaaed

%20.66
%33.14
%46.20

CMYK Percentages of Color #6aaaed

%55
%28
%0
%7

Triadic Colors of #6aaaed

#6aaaed #ed6aaa #aaed6a

Analogous Colors of #6aaaed

#6aaaed #6c6aed #6aeced

Monochromatic Colors of #6aaaed

#6aaaed

Complementary Color

#6aaaed #edad6a

#6aaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaaed Color CSS Codes

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

#6aaaed Text Font Color

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

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


#6aaaed Background Color

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

This div background color is #6aaaed


#6aaaed Border Color

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

This div border color is #6aaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaaed


Comments

No comments written yet.

Please login to write comment.