COLOR #6C8FA7

HEX: #6C8FA7
RGB: (108,143,167)

Color info

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

RGB color model

#6C8FA7 color RGB value is (108,143,167).

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

RGB channels and saturation

R 108 of 255 = 42%
G 143 of 255 = 56%
B 167 of 255 = 65%

108
143
167

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

Portions of RGB colors in percentages

R + G + B =
108 + 143 + 167 = 418 (100%)
R 108 of 418 ~ 25.84%
G 143 of 418 ~ 34.21%
B 167 of 418 ~ 39.95%

%25.84
%34.21
%39.95

CMYK color model

#6C8FA7 color CMYK value is (35,14,0,35).

  • cyan value is 35.33%
  • magenta value is 14.37%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(35,14,0,35)
C35M14Y0K35 
(35%,14%,0%,35%)
(0.35/0.14/0.00/0.35)	

CMYK percentages

%35.33
%14.37
%0
%34.51

Codes

Color #6C8FA7 in popluar color models

6C8FA7
RGB108143167
HSL204°25.11%53.92%
HSB/HSV204°35.33%65.49%
CMYK35.33%14.37%0.00%
34.51%

Color #6C8FA7 in popluar number systems.

HEX6C8FA7
Decimal108143167
Binary11011001000111110100111
Octal154217247

Shades and tints

Shades of #6C8FA7

#6C8FA7
(108,143,167)
#638298
(99,130,152)
#5A7589
(90,117,137)
#51687A
(81,104,122)
#485B6B
(72,91,107)
#3F4E5C
(63,78,92)
#36414D
(54,65,77)
#2D343E
(45,52,62)
#24272F
(36,39,47)
#1B1A20
(27,26,32)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #6C8FA7

#6C8FA7
(108,143,167)
#7999AF
(121,153,175)
#86A3B7
(134,163,183)
#93ADBF
(147,173,191)
#A0B7C7
(160,183,199)
#ADC1CF
(173,193,207)
#BACBD7
(186,203,215)
#C7D5DF
(199,213,223)
#D4DFE7
(212,223,231)
#E1E9EF
(225,233,239)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8FA7; }

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

This text font color is #6C8FA7.


Background Color

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

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

This div background color is #6C8FA7.


Border color

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

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

This div border color is #6C8FA7.


Opacity

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

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

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

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

This text has shadow with #6C8FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8FA7 on black background.


Color preview on white background

This text has color #6C8FA7 on white background.



Black color preview on #6C8FA7 background

This text has black color on #6C8FA7 background.


White color preview on #6C8FA7 background

This text has white color on #6C8FA7 background.