Color Hex Logo

#6aaafd Color Hex

#6AAAFD
(106,170,253)
0 Favorites   0 Comments

Color spaces of #6aaafd

RGB 106170253
HSL0.590.970.70
HSV214°58°99°
CMYK 0.580.330.00   0.01
XYZ38.048238.905598.4327
Yxy38.90550.21690.2218
Hunter Lab62.3743-0.2703-49.9034
CIE-Lab68.68283.4862-47.3804

#6aaafd color RGB value is (106,170,253).

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

The process color (four color CMYK) of #6aaafd color hex is 0.58, 0.33, 0.00, 0.01. Web safe color of #6aaafd is #6699ff. Color #6aaafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101010 11111101
Octal 152 252 375
Decimal 106 170 253
Hex 6A AA FD

RGB Percentages of Color #6aaafd

%20.04
%32.14
%47.83

CMYK Percentages of Color #6aaafd

%58
%33
%0
%1

Triadic Colors of #6aaafd

#6aaafd #fd6aaa #aafd6a

Analogous Colors of #6aaafd

#6aaafd #746afd #6af4fd

Monochromatic Colors of #6aaafd

#6aaafd

Complementary Color

#6aaafd #fdbd6a

#6aaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaafd Color CSS Codes

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

#6aaafd Text Font Color

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

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


#6aaafd Background Color

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

This div background color is #6aaafd


#6aaafd Border Color

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

This div border color is #6aaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaafd

Related Colors


Comments

No comments written yet.

Please login to write comment.