Color Hex Logo

#6cb3cc Color Hex

#6CB3CC
(108,179,204)
0 Favorites   0 Comments

Color spaces of #6cb3cc

RGB 108179204
HSL0.540.480.61
HSV196°47°80°
CMYK 0.470.120.00   0.20
XYZ33.203539.788063.0566
Yxy39.78800.24410.2925
Hunter Lab63.0777-16.4254-15.1157
CIE-Lab69.3183-15.6086-19.6064

#6cb3cc color RGB value is (108,179,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10110011 11001100
Octal 154 263 314
Decimal 108 179 204
Hex 6C B3 CC

RGB Percentages of Color #6cb3cc

%22.00
%36.46
%41.55

CMYK Percentages of Color #6cb3cc

%47
%12
%0
%20

Triadic Colors of #6cb3cc

#6cb3cc #cc6cb3 #b3cc6c

Analogous Colors of #6cb3cc

#6cb3cc #6c83cc #6cccb5

Monochromatic Colors of #6cb3cc

#6cb3cc

Complementary Color

#6cb3cc #cc856c

#6cb3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cb3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cb3cc Color CSS Codes

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

#6cb3cc Text Font Color

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

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


#6cb3cc Background Color

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

This div background color is #6cb3cc


#6cb3cc Border Color

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

This div border color is #6cb3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cb3cc


Comments

No comments written yet.

Please login to write comment.