COLOR #6D90B9

HEX: #6D90B9
RGB: (109,144,185)

Color info

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

RGB color model

#6D90B9 color RGB value is (109,144,185).

  • red value is 109;
  • green value is 144;
  • blue value is 185.
RGB:
(109,144,185)
(43%,56%,73%)

RGB channels and saturation

R 109 of 255 = 43%
G 144 of 255 = 56%
B 185 of 255 = 73%

109
144
185

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

Portions of RGB colors in percentages

R + G + B =
109 + 144 + 185 = 438 (100%)
R 109 of 438 ~ 24.89%
G 144 of 438 ~ 32.88%
B 185 of 438 ~ 42.24%

%24.89
%32.88
%42.24

CMYK color model

#6D90B9 color CMYK value is (41,22,0,27).

  • cyan value is 41.08%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(41,22,0,27)
C41M22Y0K27 
(41%,22%,0%,27%)
(0.41/0.22/0.00/0.27)	

CMYK percentages

%41.08
%22.16
%0
%27.45

Codes

Color #6D90B9 in popluar color models

6D90B9
RGB109144185
HSL212°35.19%57.65%
HSB/HSV212°41.08%72.55%
CMYK41.08%22.16%0.00%
27.45%

Color #6D90B9 in popluar number systems.

HEX6D90B9
Decimal109144185
Binary11011011001000010111001
Octal155220271

Shades and tints

Shades of #6D90B9

#6D90B9
(109,144,185)
#6483A9
(100,131,169)
#5B7699
(91,118,153)
#526989
(82,105,137)
#495C79
(73,92,121)
#404F69
(64,79,105)
#374259
(55,66,89)
#2E3549
(46,53,73)
#252839
(37,40,57)
#1C1B29
(28,27,41)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #6D90B9

#6D90B9
(109,144,185)
#7A9ABF
(122,154,191)
#87A4C5
(135,164,197)
#94AECB
(148,174,203)
#A1B8D1
(161,184,209)
#AEC2D7
(174,194,215)
#BBCCDD
(187,204,221)
#C8D6E3
(200,214,227)
#D5E0E9
(213,224,233)
#E2EAEF
(226,234,239)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D90B9 color. Also use rgb(109,144,185) instead hex code.

Text Font Color

.myTextColor { color: #6D90B9; }

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

This text font color is #6D90B9.


Background Color

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

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

This div background color is #6D90B9.


Border color

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

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

This div border color is #6D90B9.


Opacity

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

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

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

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

This text has shadow with #6D90B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D90B9 on black background.


Color preview on white background

This text has color #6D90B9 on white background.



Black color preview on #6D90B9 background

This text has black color on #6D90B9 background.


White color preview on #6D90B9 background

This text has white color on #6D90B9 background.