Color Hex Logo

#6ca7be Color Hex

#6CA7BE
(108,167,190)
0 Favorites   0 Comments

Color spaces of #6ca7be

RGB 108167190
HSL0.550.390.58
HSV197°43°75°
CMYK 0.430.120.00   0.25
XYZ29.297334.543353.8386
Yxy34.54330.24900.2935
Hunter Lab58.7735-13.8755-13.1702
CIE-Lab65.3915-13.0722-17.8217

#6ca7be color RGB value is (108,167,190).

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

The process color (four color CMYK) of #6ca7be color hex is 0.43, 0.12, 0.00, 0.25. Web safe color of #6ca7be is #6699cc. Color #6ca7be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10100111 10111110
Octal 154 247 276
Decimal 108 167 190
Hex 6C A7 BE

RGB Percentages of Color #6ca7be

%23.23
%35.91
%40.86

CMYK Percentages of Color #6ca7be

%43
%12
%0
%25

Triadic Colors of #6ca7be

#6ca7be #be6ca7 #a7be6c

Analogous Colors of #6ca7be

#6ca7be #6c7ebe #6cbeac

Monochromatic Colors of #6ca7be

#6ca7be

Complementary Color

#6ca7be #be836c

#6ca7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ca7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ca7be Color CSS Codes

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

#6ca7be Text Font Color

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

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


#6ca7be Background Color

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

This div background color is #6ca7be


#6ca7be Border Color

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

This div border color is #6ca7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ca7be


Comments

No comments written yet.

Please login to write comment.