color codes Logo

#6cb7be color codes

#6CB7BE
(108,183,190)
0 Favorites   0 Comments

Color spaces of #6cb7be

RGB 108183190
HSL0.510.390.58
HSV185°43°75°
CMYK 0.430.040.00   0.25
XYZ32.412140.772854.8768
Yxy40.77280.25310.3184
Hunter Lab63.8536-21.1371-6.2573
CIE-Lab70.0164-21.4383-10.8578

#6cb7be color RGB value is (108,183,190).

#6cb7be hex color red value is 108, green value is 183 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6cb7be hue: 0.51 , saturation: 0.39 and the lightness value of 6cb7be is 0.58.

The process color (four color CMYK) of #6cb7be color code is 0.43, 0.04, 0.00, 0.25. Web safe color of #6cb7be is #66cccc. Color #6cb7be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10110111 10111110
Octal 154 267 276
Decimal 108 183 190
Hex 6C B7 BE

RGB Percentages of Color #6cb7be

%22.45
%38.05
%39.50

CMYK Percentages of Color #6cb7be

%43
%4
%0
%25

Triadic Colors of #6cb7be

#6cb7be #be6cb7 #b7be6c

Analogous Colors of #6cb7be

#6cb7be #6c8ebe #6cbe9c

Monochromatic Colors of #6cb7be

#6cb7be

Complementary Color

#6cb7be #be736c

#6cb7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cb7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cb7be Color CSS Codes

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

#6cb7be Text Font Color

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

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


#6cb7be Background Color

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

This div background color is #6cb7be


#6cb7be Border Color

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

This div border color is #6cb7be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,183,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cb7be


Comments

No comments written yet.

Please login to write comment.