Color Hex Logo

#6daaf9 Color Hex

#6DAAF9
(109,170,249)
0 Favorites   0 Comments

Color spaces of #6daaf9

RGB 109170249
HSL0.590.920.70
HSV214°56°98°
CMYK 0.560.320.00   0.02
XYZ37.780338.840295.1282
Yxy38.84020.22000.2261
Hunter Lab62.3219-0.8545-46.8750
CIE-Lab68.63542.8236-45.2734

#6daaf9 color RGB value is (109,170,249).

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

The process color (four color CMYK) of #6daaf9 color hex is 0.56, 0.32, 0.00, 0.02. Web safe color of #6daaf9 is #6699ff. Color #6daaf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101010 11111001
Octal 155 252 371
Decimal 109 170 249
Hex 6D AA F9

RGB Percentages of Color #6daaf9

%20.64
%32.20
%47.16

CMYK Percentages of Color #6daaf9

%56
%32
%0
%2

Triadic Colors of #6daaf9

#6daaf9 #f96daa #aaf96d

Analogous Colors of #6daaf9

#6daaf9 #766df9 #6df0f9

Monochromatic Colors of #6daaf9

#6daaf9

Complementary Color

#6daaf9 #f9bc6d

#6daaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daaf9 Color CSS Codes

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

#6daaf9 Text Font Color

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

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


#6daaf9 Background Color

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

This div background color is #6daaf9


#6daaf9 Border Color

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

This div border color is #6daaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daaf9


Comments

No comments written yet.

Please login to write comment.