Color Hex Logo

#6db3cc Color Hex

#6DB3CC
(109,179,204)
0 Favorites   0 Comments

Color spaces of #6db3cc

RGB 109179204
HSL0.540.480.61
HSV196°47°80°
CMYK 0.470.120.00   0.20
XYZ33.325939.851063.0623
Yxy39.85100.24460.2925
Hunter Lab63.1276-16.2409-15.0393
CIE-Lab69.3633-15.3704-19.5338

#6db3cc color RGB value is (109,179,204).

#6db3cc hex color red value is 109, green value is 179 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6db3cc hue: 0.54 , saturation: 0.48 and the lightness value of 6db3cc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10110011 11001100
Octal 155 263 314
Decimal 109 179 204
Hex 6D B3 CC

RGB Percentages of Color #6db3cc

%22.15
%36.38
%41.46

CMYK Percentages of Color #6db3cc

%47
%12
%0
%20

Triadic Colors of #6db3cc

#6db3cc #cc6db3 #b3cc6d

Analogous Colors of #6db3cc

#6db3cc #6d84cc #6dccb6

Monochromatic Colors of #6db3cc

#6db3cc

Complementary Color

#6db3cc #cc866d

#6db3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6db3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6db3cc Color CSS Codes

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

#6db3cc Text Font Color

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

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


#6db3cc Background Color

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

This div background color is #6db3cc


#6db3cc Border Color

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

This div border color is #6db3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6db3cc


Comments

No comments written yet.

Please login to write comment.