Color Hex Logo

#6da5dd Color Hex

#6DA5DD
(109,165,221)
0 Favorites   0 Comments

Color spaces of #6da5dd

RGB 109165221
HSL0.580.620.65
HSV210°51°87°
CMYK 0.510.250.00   0.13
XYZ32.813035.381973.5066
Yxy35.38190.23160.2497
Hunter Lab59.4827-5.6270-31.6306
CIE-Lab66.0449-2.8853-33.9927

#6da5dd color RGB value is (109,165,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10100101 11011101
Octal 155 245 335
Decimal 109 165 221
Hex 6D A5 DD

RGB Percentages of Color #6da5dd

%22.02
%33.33
%44.65

CMYK Percentages of Color #6da5dd

%51
%25
%0
%13

Triadic Colors of #6da5dd

#6da5dd #dd6da5 #a5dd6d

Analogous Colors of #6da5dd

#6da5dd #6d6ddd #6ddddd

Monochromatic Colors of #6da5dd

#6da5dd

Complementary Color

#6da5dd #dda56d

#6da5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6da5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6da5dd Color CSS Codes

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

#6da5dd Text Font Color

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

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


#6da5dd Background Color

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

This div background color is #6da5dd


#6da5dd Border Color

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

This div border color is #6da5dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,165,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 #6da5dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6da5dd


Comments

No comments written yet.

Please login to write comment.