Color Hex Logo

#6dafcd Color Hex

#6DAFCD
(109,175,205)
0 Favorites   0 Comments

Color spaces of #6dafcd

RGB 109175205
HSL0.550.490.62
HSV199°47°80°
CMYK 0.470.150.00   0.20
XYZ32.656138.318963.4327
Yxy38.31890.24300.2851
Hunter Lab61.9023-14.1625-17.4243
CIE-Lab68.2550-12.9715-21.7704

#6dafcd color RGB value is (109,175,205).

#6dafcd hex color red value is 109, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6dafcd hue: 0.55 , saturation: 0.49 and the lightness value of 6dafcd is 0.62.

The process color (four color CMYK) of #6dafcd color hex is 0.47, 0.15, 0.00, 0.20. Web safe color of #6dafcd is #6699cc. Color #6dafcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101111 11001101
Octal 155 257 315
Decimal 109 175 205
Hex 6D AF CD

RGB Percentages of Color #6dafcd

%22.29
%35.79
%41.92

CMYK Percentages of Color #6dafcd

%47
%15
%0
%20

Triadic Colors of #6dafcd

#6dafcd #cd6daf #afcd6d

Analogous Colors of #6dafcd

#6dafcd #6d7fcd #6dcdbb

Monochromatic Colors of #6dafcd

#6dafcd

Complementary Color

#6dafcd #cd8b6d

#6dafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dafcd Color CSS Codes

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

#6dafcd Text Font Color

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

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


#6dafcd Background Color

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

This div background color is #6dafcd


#6dafcd Border Color

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

This div border color is #6dafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dafcd


Comments

No comments written yet.

Please login to write comment.