Color Hex Logo

#6dafcf Color Hex

#6DAFCF
(109,175,207)
0 Favorites   0 Comments

Color spaces of #6dafcf

RGB 109175207
HSL0.550.510.62
HSV200°47°81°
CMYK 0.470.150.00   0.19
XYZ32.899138.416164.7126
Yxy38.41610.24190.2824
Hunter Lab61.9807-13.7192-18.5168
CIE-Lab68.3262-12.4118-22.7637

#6dafcf color RGB value is (109,175,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101111 11001111
Octal 155 257 317
Decimal 109 175 207
Hex 6D AF CF

RGB Percentages of Color #6dafcf

%22.20
%35.64
%42.16

CMYK Percentages of Color #6dafcf

%47
%15
%0
%19

Triadic Colors of #6dafcf

#6dafcf #cf6daf #afcf6d

Analogous Colors of #6dafcf

#6dafcf #6d7ecf #6dcfbe

Monochromatic Colors of #6dafcf

#6dafcf

Complementary Color

#6dafcf #cf8d6d

#6dafcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dafcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dafcf Color CSS Codes

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

#6dafcf Text Font Color

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

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


#6dafcf Background Color

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

This div background color is #6dafcf


#6dafcf Border Color

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

This div border color is #6dafcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dafcf


Comments

No comments written yet.

Please login to write comment.