Color Hex Logo

#6aafdc Color Hex

#6AAFDC
(106,175,220)
0 Favorites   0 Comments

Color spaces of #6aafdc

RGB 106175220
HSL0.570.620.64
HSV204°52°86°
CMYK 0.520.200.00   0.14
XYZ34.192138.891473.4148
Yxy38.89140.23340.2655
Hunter Lab62.3630-11.2680-26.1432
CIE-Lab68.6725-9.3645-29.3893

#6aafdc color RGB value is (106,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101111 11011100
Octal 152 257 334
Decimal 106 175 220
Hex 6A AF DC

RGB Percentages of Color #6aafdc

%21.16
%34.93
%43.91

CMYK Percentages of Color #6aafdc

%52
%20
%0
%14

Triadic Colors of #6aafdc

#6aafdc #dc6aaf #afdc6a

Analogous Colors of #6aafdc

#6aafdc #6a76dc #6adcd0

Monochromatic Colors of #6aafdc

#6aafdc

Complementary Color

#6aafdc #dc976a

#6aafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aafdc Color CSS Codes

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

#6aafdc Text Font Color

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

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


#6aafdc Background Color

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

This div background color is #6aafdc


#6aafdc Border Color

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

This div border color is #6aafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aafdc


Comments

No comments written yet.

Please login to write comment.