Color Hex Logo

#6da4dd Color Hex

#6DA4DD
(109,164,221)
0 Favorites   0 Comments

Color spaces of #6da4dd

RGB 109164221
HSL0.580.620.65
HSV211°51°87°
CMYK 0.510.260.00   0.13
XYZ32.633335.022673.4467
Yxy35.02260.23130.2482
Hunter Lab59.1799-5.1354-32.1574
CIE-Lab65.7663-2.3256-34.4255

#6da4dd color RGB value is (109,164,221).

#6da4dd hex color red value is 109, green value is 164 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6da4dd hue: 0.58 , saturation: 0.62 and the lightness value of 6da4dd is 0.65.

The process color (four color CMYK) of #6da4dd color hex is 0.51, 0.26, 0.00, 0.13. Web safe color of #6da4dd is #6699cc. Color #6da4dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10100100 11011101
Octal 155 244 335
Decimal 109 164 221
Hex 6D A4 DD

RGB Percentages of Color #6da4dd

%22.06
%33.20
%44.74

CMYK Percentages of Color #6da4dd

%51
%26
%0
%13

Triadic Colors of #6da4dd

#6da4dd #dd6da4 #a4dd6d

Analogous Colors of #6da4dd

#6da4dd #6e6ddd #6ddcdd

Monochromatic Colors of #6da4dd

#6da4dd

Complementary Color

#6da4dd #dda66d

#6da4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6da4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6da4dd Color CSS Codes

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

#6da4dd Text Font Color

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

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


#6da4dd Background Color

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

This div background color is #6da4dd


#6da4dd Border Color

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

This div border color is #6da4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6da4dd


Comments

No comments written yet.

Please login to write comment.