COLOR #6CA288

HEX: #6CA288
RGB: (108,162,136)

Color info

#6CA288 contains red, green and blue colors in about the same proportion. Web safe color of #6CA288 is #669999 (or #699).

RGB color model

#6CA288 color RGB value is (108,162,136).

  • red value is 108;
  • green value is 162;
  • blue value is 136.
RGB:
(108,162,136)
(42%,64%,53%)

RGB channels and saturation

R 108 of 255 = 42%
G 162 of 255 = 64%
B 136 of 255 = 53%

108
162
136

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

Portions of RGB colors in percentages

R + G + B =
108 + 162 + 136 = 406 (100%)
R 108 of 406 ~ 26.6%
G 162 of 406 ~ 39.9%
B 136 of 406 ~ 33.5%

%26.6
%39.9
%33.5

CMYK color model

#6CA288 color CMYK value is (33,0,16,36).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 16.05%
  • key color value is 36.47%
CMYK:
(33,0,16,36)
C33M0Y16K36 
(33%,0%,16%,36%)
(0.33/0.00/0.16/0.36)	

CMYK percentages

%33.33
%0
%16.05
%36.47

Codes

Color #6CA288 in popluar color models

6CA288
RGB108162136
HSL151°22.50%52.94%
HSB/HSV151°33.33%63.53%
CMYK33.33%0.00%16.05%
36.47%

Color #6CA288 in popluar number systems.

HEX6CA288
Decimal108162136
Binary11011001010001010001000
Octal154242210

Shades and tints

Shades of #6CA288

#6CA288
(108,162,136)
#63947C
(99,148,124)
#5A8670
(90,134,112)
#517864
(81,120,100)
#486A58
(72,106,88)
#3F5C4C
(63,92,76)
#364E40
(54,78,64)
#2D4034
(45,64,52)
#243228
(36,50,40)
#1B241C
(27,36,28)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #6CA288

#6CA288
(108,162,136)
#79AA92
(121,170,146)
#86B29C
(134,178,156)
#93BAA6
(147,186,166)
#A0C2B0
(160,194,176)
#ADCABA
(173,202,186)
#BAD2C4
(186,210,196)
#C7DACE
(199,218,206)
#D4E2D8
(212,226,216)
#E1EAE2
(225,234,226)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA288 color. Also use rgb(108,162,136) instead hex code.

Text Font Color

.myTextColor { color: #6CA288; }

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

This text font color is #6CA288.


Background Color

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

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

This div background color is #6CA288.


Border color

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

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

This div border color is #6CA288.


Opacity

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

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

Text with #6CA288 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 #6CA288;}

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

This text has shadow with #6CA288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA288 on black background.


Color preview on white background

This text has color #6CA288 on white background.



Black color preview on #6CA288 background

This text has black color on #6CA288 background.


White color preview on #6CA288 background

This text has white color on #6CA288 background.