Color Hex Logo

#6dabdd Color Hex

#6DABDD
(109,171,221)
0 Favorites   0 Comments

Color spaces of #6dabdd

RGB 109171221
HSL0.570.620.65
HSV207°51°87°
CMYK 0.510.230.00   0.13
XYZ33.920737.597573.8758
Yxy37.59750.23330.2586
Hunter Lab61.3168-8.5575-28.5121
CIE-Lab67.7229-6.2147-31.3929

#6dabdd color RGB value is (109,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101011 11011101
Octal 155 253 335
Decimal 109 171 221
Hex 6D AB DD

RGB Percentages of Color #6dabdd

%21.76
%34.13
%44.11

CMYK Percentages of Color #6dabdd

%51
%23
%0
%13

Triadic Colors of #6dabdd

#6dabdd #dd6dab #abdd6d

Analogous Colors of #6dabdd

#6dabdd #6d73dd #6dddd7

Monochromatic Colors of #6dabdd

#6dabdd

Complementary Color

#6dabdd #dd9f6d

#6dabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dabdd Color CSS Codes

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

#6dabdd Text Font Color

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

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


#6dabdd Background Color

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

This div background color is #6dabdd


#6dabdd Border Color

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

This div border color is #6dabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dabdd

#6dabdd Color Palettes


Comments

No comments written yet.

Please login to write comment.