Color Hex Logo

#6dcccf Color Hex

#6DCCCF
(109,204,207)
0 Favorites   0 Comments

Color spaces of #6dcccf

RGB 109204207
HSL0.510.510.62
HSV182°47°81°
CMYK 0.470.010.00   0.19
XYZ39.162050.941966.8002
Yxy50.94190.24960.3247
Hunter Lab71.3736-26.9626-5.5294
CIE-Lab76.6438-27.2674-10.2120

#6dcccf color RGB value is (109,204,207).

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

The process color (four color CMYK) of #6dcccf color hex is 0.47, 0.01, 0.00, 0.19. Web safe color of #6dcccf is #66cccc. Color #6dcccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001100 11001111
Octal 155 314 317
Decimal 109 204 207
Hex 6D CC CF

RGB Percentages of Color #6dcccf

%20.96
%39.23
%39.81

CMYK Percentages of Color #6dcccf

%47
%1
%0
%19

Triadic Colors of #6dcccf

#6dcccf #cf6dcc #cccf6d

Analogous Colors of #6dcccf

#6dcccf #6d9bcf #6dcfa1

Monochromatic Colors of #6dcccf

#6dcccf

Complementary Color

#6dcccf #cf706d

#6dcccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcccf Color CSS Codes

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

#6dcccf Text Font Color

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

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


#6dcccf Background Color

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

This div background color is #6dcccf


#6dcccf Border Color

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

This div border color is #6dcccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcccf


Comments

No comments written yet.

Please login to write comment.