Color Hex Logo

#6daaff Color Hex

#6DAAFF
(109,170,255)
0 Favorites   0 Comments

Color spaces of #6daaff

RGB 109170255
HSL0.601.000.71
HSV215°57°100°
CMYK 0.570.330.00   0.00
XYZ38.731439.2207100.1367
Yxy39.22070.21750.2202
Hunter Lab62.62640.7973-50.9634
CIE-Lab68.91084.6957-48.0967

#6daaff color RGB value is (109,170,255).

#6daaff hex color red value is 109, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6daaff hue: 0.60 , saturation: 1.00 and the lightness value of 6daaff is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101010 11111111
Octal 155 252 377
Decimal 109 170 255
Hex 6D AA FF

RGB Percentages of Color #6daaff

%20.41
%31.84
%47.75

CMYK Percentages of Color #6daaff

%57
%33
%0
%0

Triadic Colors of #6daaff

#6daaff #ff6daa #aaff6d

Analogous Colors of #6daaff

#6daaff #796dff #6df3ff

Monochromatic Colors of #6daaff

#6daaff

Complementary Color

#6daaff #ffc26d

#6daaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daaff Color CSS Codes

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

#6daaff Text Font Color

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

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


#6daaff Background Color

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

This div background color is #6daaff


#6daaff Border Color

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

This div border color is #6daaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daaff


Comments

No comments written yet.

Please login to write comment.