COLOR #6C8FBD

HEX: #6C8FBD
RGB: (108,143,189)

Color info

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

RGB color model

#6C8FBD color RGB value is (108,143,189).

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

RGB channels and saturation

R 108 of 255 = 42%
G 143 of 255 = 56%
B 189 of 255 = 74%

108
143
189

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

Portions of RGB colors in percentages

R + G + B =
108 + 143 + 189 = 440 (100%)
R 108 of 440 ~ 24.55%
G 143 of 440 ~ 32.5%
B 189 of 440 ~ 42.95%

%24.55
%32.5
%42.95

CMYK color model

#6C8FBD color CMYK value is (43,24,0,26).

  • cyan value is 42.86%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(43,24,0,26)
C43M24Y0K26 
(43%,24%,0%,26%)
(0.43/0.24/0.00/0.26)	

CMYK percentages

%42.86
%24.34
%0
%25.88

Codes

Color #6C8FBD in popluar color models

6C8FBD
RGB108143189
HSL214°38.03%58.24%
HSB/HSV214°42.86%74.12%
CMYK42.86%24.34%0.00%
25.88%

Color #6C8FBD in popluar number systems.

HEX6C8FBD
Decimal108143189
Binary11011001000111110111101
Octal154217275

Shades and tints

Shades of #6C8FBD

#6C8FBD
(108,143,189)
#6382AC
(99,130,172)
#5A759B
(90,117,155)
#51688A
(81,104,138)
#485B79
(72,91,121)
#3F4E68
(63,78,104)
#364157
(54,65,87)
#2D3446
(45,52,70)
#242735
(36,39,53)
#1B1A24
(27,26,36)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #6C8FBD

#6C8FBD
(108,143,189)
#7999C3
(121,153,195)
#86A3C9
(134,163,201)
#93ADCF
(147,173,207)
#A0B7D5
(160,183,213)
#ADC1DB
(173,193,219)
#BACBE1
(186,203,225)
#C7D5E7
(199,213,231)
#D4DFED
(212,223,237)
#E1E9F3
(225,233,243)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8FBD; }

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

This text font color is #6C8FBD.


Background Color

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

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

This div background color is #6C8FBD.


Border color

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

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

This div border color is #6C8FBD.


Opacity

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

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

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

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

This text has shadow with #6C8FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8FBD on black background.


Color preview on white background

This text has color #6C8FBD on white background.



Black color preview on #6C8FBD background

This text has black color on #6C8FBD background.


White color preview on #6C8FBD background

This text has white color on #6C8FBD background.