COLOR #6CA180

HEX: #6CA180
RGB: (108,161,128)

Color info

#6CA180 contains red, green and blue colors in about the same proportion. Web safe color of #6CA180 is #669966 (or #696).

RGB color model

#6CA180 color RGB value is (108,161,128).

  • red value is 108;
  • green value is 161;
  • blue value is 128.
RGB:
(108,161,128)
(42%,63%,50%)

RGB channels and saturation

R 108 of 255 = 42%
G 161 of 255 = 63%
B 128 of 255 = 50%

108
161
128

R + G + B ~ 52%. #6CA180 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 161 + 128 = 397 (100%)
R 108 of 397 ~ 27.2%
G 161 of 397 ~ 40.55%
B 128 of 397 ~ 32.24%

%27.2
%40.55
%32.24

CMYK color model

#6CA180 color CMYK value is (33,0,20,37).

  • cyan value is 32.92%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 36.86%
CMYK:
(33,0,20,37)
C33M0Y20K37 
(33%,0%,20%,37%)
(0.33/0.00/0.20/0.37)	

CMYK percentages

%32.92
%0
%20.5
%36.86

Codes

Color #6CA180 in popluar color models

6CA180
RGB108161128
HSL143°21.99%52.75%
HSB/HSV143°32.92%63.14%
CMYK32.92%0.00%20.50%
36.86%

Color #6CA180 in popluar number systems.

HEX6CA180
Decimal108161128
Binary11011001010000110000000
Octal154241200

Shades and tints

Shades of #6CA180

#6CA180
(108,161,128)
#639375
(99,147,117)
#5A856A
(90,133,106)
#51775F
(81,119,95)
#486954
(72,105,84)
#3F5B49
(63,91,73)
#364D3E
(54,77,62)
#2D3F33
(45,63,51)
#243128
(36,49,40)
#1B231D
(27,35,29)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #6CA180

#6CA180
(108,161,128)
#79A98B
(121,169,139)
#86B196
(134,177,150)
#93B9A1
(147,185,161)
#A0C1AC
(160,193,172)
#ADC9B7
(173,201,183)
#BAD1C2
(186,209,194)
#C7D9CD
(199,217,205)
#D4E1D8
(212,225,216)
#E1E9E3
(225,233,227)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA180 color. Also use rgb(108,161,128) instead hex code.

Text Font Color

.myTextColor { color: #6CA180; }

<p style="color:#6CA180">This sample text font color is #6CA180.</p>

This text font color is #6CA180.


Background Color

.myBgColor { background-color: #6CA180; }

<div style="background-color:#6CA180">Inner text</div>

This div background color is #6CA180.


Border color

.myBorderColor { border: 1px solid #6CA180; }

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

This div border color is #6CA180.


Opacity

.myOpacity80 { color: #6CA180; opacity: 0.8; }

<p style="color:#6CA180;opacity:0.8;">80%</p>

Text with #6CA180 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6CA180;}

<p style="text-shadow: 3px 3px 1px #6CA180">Text here.</p>

This text has shadow with #6CA180 color.

.textShadow {text-shadow: 3px 3px 1px #6CA180, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6CA180, 5px 5px 20px red">Text here.</p>

This text has shadow with #6CA180 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6CA180, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6CA180, Direction=45, Strength=4)">Text</p>

This text has shadow with #6CA180 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6CA180;
  -webkit-box-shadow:	1px 1px 3px 2px #6CA180;
  box-shadow:		1px 1px 3px 2px #6CA180;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6CA180;
-webkit-box-shadow: 1px 1px 3px 2px #6CA180;
box-shadow:1px 1px 3px 2px #6CA180;">
Div content here</div>
This div box has shadow with color #6CA180.

Preview

Color preview on black background

This text has color #6CA180 on black background.


Color preview on white background

This text has color #6CA180 on white background.



Black color preview on #6CA180 background

This text has black color on #6CA180 background.


White color preview on #6CA180 background

This text has white color on #6CA180 background.