COLOR #6C89DB

HEX: #6C89DB
RGB: (108,137,219)

Color info

#6C89DB contains mainly blue color. Web safe color of #6C89DB is #6699CC (or #69C).

RGB color model

#6C89DB color RGB value is (108,137,219).

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

RGB channels and saturation

R 108 of 255 = 42%
G 137 of 255 = 54%
B 219 of 255 = 86%

108
137
219

R + G + B ~ 61%. #6C89DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 137 + 219 = 464 (100%)
R 108 of 464 ~ 23.28%
G 137 of 464 ~ 29.53%
B 219 of 464 ~ 47.2%

%23.28
%29.53
%47.2

CMYK color model

#6C89DB color CMYK value is (51,37,0,14).

  • cyan value is 50.68%
  • magenta value is 37.44%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(51,37,0,14)
C51M37Y0K14 
(51%,37%,0%,14%)
(0.51/0.37/0.00/0.14)	

CMYK percentages

%50.68
%37.44
%0
%14.12

Codes

Color #6C89DB in popluar color models

6C89DB
RGB108137219
HSL224°60.66%64.12%
HSB/HSV224°50.68%85.88%
CMYK50.68%37.44%0.00%
14.12%

Color #6C89DB in popluar number systems.

HEX6C89DB
Decimal108137219
Binary11011001000100111011011
Octal154211333

Shades and tints

Shades of #6C89DB

#6C89DB
(108,137,219)
#637DC8
(99,125,200)
#5A71B5
(90,113,181)
#5165A2
(81,101,162)
#48598F
(72,89,143)
#3F4D7C
(63,77,124)
#364169
(54,65,105)
#2D3556
(45,53,86)
#242943
(36,41,67)
#1B1D30
(27,29,48)
#12111D
(18,17,29)
#000000
(0,0,0)

Tints of #6C89DB

#6C89DB
(108,137,219)
#7993DE
(121,147,222)
#869DE1
(134,157,225)
#93A7E4
(147,167,228)
#A0B1E7
(160,177,231)
#ADBBEA
(173,187,234)
#BAC5ED
(186,197,237)
#C7CFF0
(199,207,240)
#D4D9F3
(212,217,243)
#E1E3F6
(225,227,246)
#EEEDF9
(238,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C89DB; }

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

This text font color is #6C89DB.


Background Color

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

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

This div background color is #6C89DB.


Border color

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

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

This div border color is #6C89DB.


Opacity

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

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

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

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

This text has shadow with #6C89DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C89DB on black background.


Color preview on white background

This text has color #6C89DB on white background.



Black color preview on #6C89DB background

This text has black color on #6C89DB background.


White color preview on #6C89DB background

This text has white color on #6C89DB background.