COLOR #6CA7BF

HEX: #6CA7BF
RGB: (108,167,191)

Color info

#6CA7BF contains mainly green and blue colors. Web safe color of #6CA7BF is #6699CC (or #69C).

RGB color model

#6CA7BF color RGB value is (108,167,191).

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

RGB channels and saturation

R 108 of 255 = 42%
G 167 of 255 = 65%
B 191 of 255 = 75%

108
167
191

R + G + B ~ 61%. #6CA7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 167 + 191 = 466 (100%)
R 108 of 466 ~ 23.18%
G 167 of 466 ~ 35.84%
B 191 of 466 ~ 40.99%

%23.18
%35.84
%40.99

CMYK color model

#6CA7BF color CMYK value is (43,13,0,25).

  • cyan value is 43.46%
  • magenta value is 12.57%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(43,13,0,25)
C43M13Y0K25 
(43%,13%,0%,25%)
(0.43/0.13/0.00/0.25)	

CMYK percentages

%43.46
%12.57
%0
%25.1

Codes

Color #6CA7BF in popluar color models

6CA7BF
RGB108167191
HSL197°39.34%58.63%
HSB/HSV197°43.46%74.90%
CMYK43.46%12.57%0.00%
25.10%

Color #6CA7BF in popluar number systems.

HEX6CA7BF
Decimal108167191
Binary11011001010011110111111
Octal154247277

Shades and tints

Shades of #6CA7BF

#6CA7BF
(108,167,191)
#6398AE
(99,152,174)
#5A899D
(90,137,157)
#517A8C
(81,122,140)
#486B7B
(72,107,123)
#3F5C6A
(63,92,106)
#364D59
(54,77,89)
#2D3E48
(45,62,72)
#242F37
(36,47,55)
#1B2026
(27,32,38)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #6CA7BF

#6CA7BF
(108,167,191)
#79AFC4
(121,175,196)
#86B7C9
(134,183,201)
#93BFCE
(147,191,206)
#A0C7D3
(160,199,211)
#ADCFD8
(173,207,216)
#BAD7DD
(186,215,221)
#C7DFE2
(199,223,226)
#D4E7E7
(212,231,231)
#E1EFEC
(225,239,236)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA7BF; }

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

This text font color is #6CA7BF.


Background Color

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

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

This div background color is #6CA7BF.


Border color

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

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

This div border color is #6CA7BF.


Opacity

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

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

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

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

This text has shadow with #6CA7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA7BF on black background.


Color preview on white background

This text has color #6CA7BF on white background.



Black color preview on #6CA7BF background

This text has black color on #6CA7BF background.


White color preview on #6CA7BF background

This text has white color on #6CA7BF background.