Color Hex Logo

#6bcccf Color Hex

#6BCCCF
(107,204,207)
0 Favorites   0 Comments

Color spaces of #6bcccf

RGB 107204207
HSL0.510.510.62
HSV182°48°81°
CMYK 0.480.010.00   0.19
XYZ38.918850.816566.7888
Yxy50.81650.24860.3247
Hunter Lab71.2857-27.2969-5.6498
CIE-Lab76.5677-27.7113-10.3335

#6bcccf color RGB value is (107,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001100 11001111
Octal 153 314 317
Decimal 107 204 207
Hex 6B CC CF

RGB Percentages of Color #6bcccf

%20.66
%39.38
%39.96

CMYK Percentages of Color #6bcccf

%48
%1
%0
%19

Triadic Colors of #6bcccf

#6bcccf #cf6bcc #cccf6b

Analogous Colors of #6bcccf

#6bcccf #6b9acf #6bcfa0

Monochromatic Colors of #6bcccf

#6bcccf

Complementary Color

#6bcccf #cf6e6b

#6bcccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcccf Color CSS Codes

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

#6bcccf Text Font Color

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

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


#6bcccf Background Color

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

This div background color is #6bcccf


#6bcccf Border Color

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

This div border color is #6bcccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcccf


Comments

No comments written yet.

Please login to write comment.