COLOR #6C8FB0

HEX: #6C8FB0
RGB: (108,143,176)

Color info

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

RGB color model

#6C8FB0 color RGB value is (108,143,176).

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

RGB channels and saturation

R 108 of 255 = 42%
G 143 of 255 = 56%
B 176 of 255 = 69%

108
143
176

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

Portions of RGB colors in percentages

R + G + B =
108 + 143 + 176 = 427 (100%)
R 108 of 427 ~ 25.29%
G 143 of 427 ~ 33.49%
B 176 of 427 ~ 41.22%

%25.29
%33.49
%41.22

CMYK color model

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

  • cyan value is 38.64%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(39,19,0,31)
C39M19Y0K31 
(39%,19%,0%,31%)
(0.39/0.19/0.00/0.31)	

CMYK percentages

%38.64
%18.75
%0
%30.98

Codes

Color #6C8FB0 in popluar color models

6C8FB0
RGB108143176
HSL209°30.09%55.69%
HSB/HSV209°38.64%69.02%
CMYK38.64%18.75%0.00%
30.98%

Color #6C8FB0 in popluar number systems.

HEX6C8FB0
Decimal108143176
Binary11011001000111110110000
Octal154217260

Shades and tints

Shades of #6C8FB0

#6C8FB0
(108,143,176)
#6382A0
(99,130,160)
#5A7590
(90,117,144)
#516880
(81,104,128)
#485B70
(72,91,112)
#3F4E60
(63,78,96)
#364150
(54,65,80)
#2D3440
(45,52,64)
#242730
(36,39,48)
#1B1A20
(27,26,32)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #6C8FB0

#6C8FB0
(108,143,176)
#7999B7
(121,153,183)
#86A3BE
(134,163,190)
#93ADC5
(147,173,197)
#A0B7CC
(160,183,204)
#ADC1D3
(173,193,211)
#BACBDA
(186,203,218)
#C7D5E1
(199,213,225)
#D4DFE8
(212,223,232)
#E1E9EF
(225,233,239)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8FB0; }

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

This text font color is #6C8FB0.


Background Color

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

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

This div background color is #6C8FB0.


Border color

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

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

This div border color is #6C8FB0.


Opacity

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

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

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

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

This text has shadow with #6C8FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8FB0 on black background.


Color preview on white background

This text has color #6C8FB0 on white background.



Black color preview on #6C8FB0 background

This text has black color on #6C8FB0 background.


White color preview on #6C8FB0 background

This text has white color on #6C8FB0 background.