COLOR #6CA6B1

HEX: #6CA6B1 RGB: (108,166,177)

Color info

#6CA6B1 contains mainly green and blue colors. Web safe color of #6CA6B1 is #669999 (or #699).

RGB color model

#6CA6B1 color RGB value is (108,166,177).

RGB: (108,166,177) (42%, 65%, 69%)

RGB channels and saturation

R 108 of 255 = 42%
G 166 of 255 = 65%
B 177 of 255 = 69%

108
166
177

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

Portions of RGB colors in percentages

R + G + B = 108 + 166 + 177 = 451 (100%)
R 108 of 451 ~ 23.95%
G 166 of 451 ~ 36.81%
B 177 of 451 ~ 39.25'%

%23.95
%36.81
%39.25

CMYK color model

#6CA6B1 color CMYK value is (39,6,0,31).

  • cyan value is 38.98%
  • magenta value is 6.21%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (39,6,0,31)
C39M6Y0K31 (39%, 6%, 0%, 31%)
(0.39 / 0.06 / 0.00 / 0.31)

CMYK percentages

%38.98
%6.21
%0
%30.59

Codes

Color #6CA6B1 in popluar color models

6C A6 B1
RGB 108 166 177
HSL 190° 30.67% 55.88%
HSB/HSV 190° 38.98% 69.41%
CMYK 38.98% 6.21% 0.00%
30.59%

Color #6CA6B1 in popluar number systems.

HEX 6C A6 B1
Decimal 108 166 177
Binary 1101100 10100110 10110001
Octal 154 246 261

Shades and tints

Shades of #6CA6B1

#6CA6B1
(108,166,177)
#6397A1
(99,151,161)
#5A8891
(90,136,145)
#517981
(81,121,129)
#486A71
(72,106,113)
#3F5B61
(63,91,97)
#364C51
(54,76,81)
#2D3D41
(45,61,65)
#242E31
(36,46,49)
#1B1F21
(27,31,33)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #6CA6B1

#6CA6B1
(108,166,177)
#79AEB8
(121,174,184)
#86B6BF
(134,182,191)
#93BEC6
(147,190,198)
#A0C6CD
(160,198,205)
#ADCED4
(173,206,212)
#BAD6DB
(186,214,219)
#C7DEE2
(199,222,226)
#D4E6E9
(212,230,233)
#E1EEF0
(225,238,240)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA6B1 color. Also use rgb(108,166,177) instead hex code.

Text Font Color

.myTextColor { color: #6CA6B1; }

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

This text font color is #6CA6B1.

Background Color

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

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

This div background color is #6CA6B1.

Border color

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

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

This div border color is #6CA6B1.

Opacity

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

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

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

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

This text has shadow with #6CA6B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA6B1.

Preview

Color preview on black background

This text has color #6CA6B1 on black background.


Color preview on white background

This text has color #6CA6B1 on white background.


Black color preview on #6CA6B1 background

This text has black color on #6CA6B1 background.


White color preview on #6CA6B1 background

This text has white color on #6CA6B1 background.


Related colors

Complementary color

Complementary color for #hex is #93594E.


I love getcolorcode.com

Triadic colors

1 #B16CA6 and #A6B16C with #6CA6B1 are triadic colors.

2 #B1A66C and #A66CB1 with #6CA6B1 are triadic colors.