COLOR #6C8ABE

HEX: #6C8ABE RGB: (108,138,190)

Color info

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

RGB color model

#6C8ABE color RGB value is (108,138,190).

RGB: (108,138,190) (42%, 54%, 75%)

RGB channels and saturation

R 108 of 255 = 42%
G 138 of 255 = 54%
B 190 of 255 = 75%

108
138
190

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

Portions of RGB colors in percentages

R + G + B = 108 + 138 + 190 = 436 (100%)
R 108 of 436 ~ 24.77%
G 138 of 436 ~ 31.65%
B 190 of 436 ~ 43.58'%

%24.77
%31.65
%43.58

CMYK color model

#6C8ABE color CMYK value is (43,27,0,25).

  • cyan value is 43.16%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (43,27,0,25)
C43M27Y0K25 (43%, 27%, 0%, 25%)
(0.43 / 0.27 / 0.00 / 0.25)

CMYK percentages

%43.16
%27.37
%0
%25.49

Codes

Color #6C8ABE in popluar color models

6C 8A BE
RGB 108 138 190
HSL 218° 38.68% 58.43%
HSB/HSV 218° 43.16% 74.51%
CMYK 43.16% 27.37% 0.00%
25.49%

Color #6C8ABE in popluar number systems.

HEX 6C 8A BE
Decimal 108 138 190
Binary 1101100 10001010 10111110
Octal 154 212 276

Shades and tints

Shades of #6C8ABE

#6C8ABE
(108,138,190)
#637EAD
(99,126,173)
#5A729C
(90,114,156)
#51668B
(81,102,139)
#485A7A
(72,90,122)
#3F4E69
(63,78,105)
#364258
(54,66,88)
#2D3647
(45,54,71)
#242A36
(36,42,54)
#1B1E25
(27,30,37)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #6C8ABE

#6C8ABE
(108,138,190)
#7994C3
(121,148,195)
#869EC8
(134,158,200)
#93A8CD
(147,168,205)
#A0B2D2
(160,178,210)
#ADBCD7
(173,188,215)
#BAC6DC
(186,198,220)
#C7D0E1
(199,208,225)
#D4DAE6
(212,218,230)
#E1E4EB
(225,228,235)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8ABE color. Also use rgb(108,138,190) instead hex code.

Text Font Color

.myTextColor { color: #6C8ABE; }

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

This text font color is #6C8ABE.

Background Color

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

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

This div background color is #6C8ABE.

Border color

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

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

This div border color is #6C8ABE.

Opacity

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

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

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

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

This text has shadow with #6C8ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8ABE.

Preview

Color preview on black background

This text has color #6C8ABE on black background.


Color preview on white background

This text has color #6C8ABE on white background.


Black color preview on #6C8ABE background

This text has black color on #6C8ABE background.


White color preview on #6C8ABE background

This text has white color on #6C8ABE background.


Related colors

Complementary color

Complementary color for #hex is #937541.


I love getcolorcode.com

Triadic colors

1 #BE6C8A and #8ABE6C with #6C8ABE are triadic colors.

2 #BE8A6C and #8A6CBE with #6C8ABE are triadic colors.