Color Hex Logo

#6bbccc Color Hex

#6BBCCC
(107,188,204)
0 Favorites   0 Comments

Color spaces of #6bbccc

RGB 107188204
HSL0.530.490.61
HSV190°48°80°
CMYK 0.480.080.00   0.20
XYZ34.945743.451963.6720
Yxy43.45190.24600.3058
Hunter Lab65.9181-20.7269-11.1271
CIE-Lab71.8606-20.5127-15.7636

#6bbccc color RGB value is (107,188,204).

#6bbccc hex color red value is 107, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6bbccc hue: 0.53 , saturation: 0.49 and the lightness value of 6bbccc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111100 11001100
Octal 153 274 314
Decimal 107 188 204
Hex 6B BC CC

RGB Percentages of Color #6bbccc

%21.44
%37.68
%40.88

CMYK Percentages of Color #6bbccc

%48
%8
%0
%20

Triadic Colors of #6bbccc

#6bbccc #cc6bbc #bccc6b

Analogous Colors of #6bbccc

#6bbccc #6b8ccc #6bccac

Monochromatic Colors of #6bbccc

#6bbccc

Complementary Color

#6bbccc #cc7b6b

#6bbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbccc Color CSS Codes

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

#6bbccc Text Font Color

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

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


#6bbccc Background Color

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

This div background color is #6bbccc


#6bbccc Border Color

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

This div border color is #6bbccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbccc

#6bbccc Color Palettes


Comments

No comments written yet.

Please login to write comment.