COLOR #6C89B7

HEX: #6C89B7
RGB: (108,137,183)

Color info

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

RGB color model

#6C89B7 color RGB value is (108,137,183).

  • red value is 108;
  • green value is 137;
  • blue value is 183.
RGB:
(108,137,183)
(42%,54%,72%)

RGB channels and saturation

R 108 of 255 = 42%
G 137 of 255 = 54%
B 183 of 255 = 72%

108
137
183

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

Portions of RGB colors in percentages

R + G + B =
108 + 137 + 183 = 428 (100%)
R 108 of 428 ~ 25.23%
G 137 of 428 ~ 32.01%
B 183 of 428 ~ 42.76%

%25.23
%32.01
%42.76

CMYK color model

#6C89B7 color CMYK value is (41,25,0,28).

  • cyan value is 40.98%
  • magenta value is 25.14%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(41,25,0,28)
C41M25Y0K28 
(41%,25%,0%,28%)
(0.41/0.25/0.00/0.28)	

CMYK percentages

%40.98
%25.14
%0
%28.24

Codes

Color #6C89B7 in popluar color models

6C89B7
RGB108137183
HSL217°34.25%57.06%
HSB/HSV217°40.98%71.76%
CMYK40.98%25.14%0.00%
28.24%

Color #6C89B7 in popluar number systems.

HEX6C89B7
Decimal108137183
Binary11011001000100110110111
Octal154211267

Shades and tints

Shades of #6C89B7

#6C89B7
(108,137,183)
#637DA7
(99,125,167)
#5A7197
(90,113,151)
#516587
(81,101,135)
#485977
(72,89,119)
#3F4D67
(63,77,103)
#364157
(54,65,87)
#2D3547
(45,53,71)
#242937
(36,41,55)
#1B1D27
(27,29,39)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #6C89B7

#6C89B7
(108,137,183)
#7993BD
(121,147,189)
#869DC3
(134,157,195)
#93A7C9
(147,167,201)
#A0B1CF
(160,177,207)
#ADBBD5
(173,187,213)
#BAC5DB
(186,197,219)
#C7CFE1
(199,207,225)
#D4D9E7
(212,217,231)
#E1E3ED
(225,227,237)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C89B7 color. Also use rgb(108,137,183) instead hex code.

Text Font Color

.myTextColor { color: #6C89B7; }

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

This text font color is #6C89B7.


Background Color

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

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

This div background color is #6C89B7.


Border color

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

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

This div border color is #6C89B7.


Opacity

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

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

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

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

This text has shadow with #6C89B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C89B7 on black background.


Color preview on white background

This text has color #6C89B7 on white background.



Black color preview on #6C89B7 background

This text has black color on #6C89B7 background.


White color preview on #6C89B7 background

This text has white color on #6C89B7 background.