COLOR #6CA3A7

HEX: #6CA3A7
RGB: (108,163,167)

Color info

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

RGB color model

#6CA3A7 color RGB value is (108,163,167).

  • red value is 108;
  • green value is 163;
  • blue value is 167.
RGB:
(108,163,167)
(42%,64%,65%)

RGB channels and saturation

R 108 of 255 = 42%
G 163 of 255 = 64%
B 167 of 255 = 65%

108
163
167

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

Portions of RGB colors in percentages

R + G + B =
108 + 163 + 167 = 438 (100%)
R 108 of 438 ~ 24.66%
G 163 of 438 ~ 37.21%
B 167 of 438 ~ 38.13%

%24.66
%37.21
%38.13

CMYK color model

#6CA3A7 color CMYK value is (35,2,0,35).

  • cyan value is 35.33%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(35,2,0,35)
C35M2Y0K35 
(35%,2%,0%,35%)
(0.35/0.02/0.00/0.35)	

CMYK percentages

%35.33
%2.4
%0
%34.51

Codes

Color #6CA3A7 in popluar color models

6CA3A7
RGB108163167
HSL184°25.11%53.92%
HSB/HSV184°35.33%65.49%
CMYK35.33%2.40%0.00%
34.51%

Color #6CA3A7 in popluar number systems.

HEX6CA3A7
Decimal108163167
Binary11011001010001110100111
Octal154243247

Shades and tints

Shades of #6CA3A7

#6CA3A7
(108,163,167)
#639598
(99,149,152)
#5A8789
(90,135,137)
#51797A
(81,121,122)
#486B6B
(72,107,107)
#3F5D5C
(63,93,92)
#364F4D
(54,79,77)
#2D413E
(45,65,62)
#24332F
(36,51,47)
#1B2520
(27,37,32)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #6CA3A7

#6CA3A7
(108,163,167)
#79ABAF
(121,171,175)
#86B3B7
(134,179,183)
#93BBBF
(147,187,191)
#A0C3C7
(160,195,199)
#ADCBCF
(173,203,207)
#BAD3D7
(186,211,215)
#C7DBDF
(199,219,223)
#D4E3E7
(212,227,231)
#E1EBEF
(225,235,239)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA3A7 color. Also use rgb(108,163,167) instead hex code.

Text Font Color

.myTextColor { color: #6CA3A7; }

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

This text font color is #6CA3A7.


Background Color

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

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

This div background color is #6CA3A7.


Border color

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

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

This div border color is #6CA3A7.


Opacity

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

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

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

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

This text has shadow with #6CA3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA3A7 on black background.


Color preview on white background

This text has color #6CA3A7 on white background.



Black color preview on #6CA3A7 background

This text has black color on #6CA3A7 background.


White color preview on #6CA3A7 background

This text has white color on #6CA3A7 background.