Color Hex Logo

#6aaffe Color Hex

#6AAFFE
(106,175,254)
0 Favorites   0 Comments

Color spaces of #6aaffe

RGB 106175254
HSL0.590.990.71
HSV212°58°100°
CMYK 0.580.310.00   0.00
XYZ39.163240.879999.5924
Yxy40.87990.21800.2276
Hunter Lab63.9374-2.5549-47.5972
CIE-Lab70.09170.9782-45.7077

#6aaffe color RGB value is (106,175,254).

#6aaffe hex color red value is 106, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6aaffe hue: 0.59 , saturation: 0.99 and the lightness value of 6aaffe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101111 11111110
Octal 152 257 376
Decimal 106 175 254
Hex 6A AF FE

RGB Percentages of Color #6aaffe

%19.81
%32.71
%47.48

CMYK Percentages of Color #6aaffe

%58
%31
%0
%0

Triadic Colors of #6aaffe

#6aaffe #fe6aaf #affe6a

Analogous Colors of #6aaffe

#6aaffe #6f6afe #6af9fe

Monochromatic Colors of #6aaffe

#6aaffe

Complementary Color

#6aaffe #feb96a

#6aaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaffe Color CSS Codes

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

#6aaffe Text Font Color

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

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


#6aaffe Background Color

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

This div background color is #6aaffe


#6aaffe Border Color

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

This div border color is #6aaffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaffe


Comments

No comments written yet.

Please login to write comment.