COLOR #6D90D7

HEX: #6D90D7
RGB: (109,144,215)

Color info

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

RGB color model

#6D90D7 color RGB value is (109,144,215).

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

RGB channels and saturation

R 109 of 255 = 43%
G 144 of 255 = 56%
B 215 of 255 = 84%

109
144
215

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

Portions of RGB colors in percentages

R + G + B =
109 + 144 + 215 = 468 (100%)
R 109 of 468 ~ 23.29%
G 144 of 468 ~ 30.77%
B 215 of 468 ~ 45.94%

%23.29
%30.77
%45.94

CMYK color model

#6D90D7 color CMYK value is (49,33,0,16).

  • cyan value is 49.30%
  • magenta value is 33.02%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(49,33,0,16)
C49M33Y0K16 
(49%,33%,0%,16%)
(0.49/0.33/0.00/0.16)	

CMYK percentages

%49.3
%33.02
%0
%15.69

Codes

Color #6D90D7 in popluar color models

6D90D7
RGB109144215
HSL220°56.99%63.53%
HSB/HSV220°49.30%84.31%
CMYK49.30%33.02%0.00%
15.69%

Color #6D90D7 in popluar number systems.

HEX6D90D7
Decimal109144215
Binary11011011001000011010111
Octal155220327

Shades and tints

Shades of #6D90D7

#6D90D7
(109,144,215)
#6483C4
(100,131,196)
#5B76B1
(91,118,177)
#52699E
(82,105,158)
#495C8B
(73,92,139)
#404F78
(64,79,120)
#374265
(55,66,101)
#2E3552
(46,53,82)
#25283F
(37,40,63)
#1C1B2C
(28,27,44)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #6D90D7

#6D90D7
(109,144,215)
#7A9ADA
(122,154,218)
#87A4DD
(135,164,221)
#94AEE0
(148,174,224)
#A1B8E3
(161,184,227)
#AEC2E6
(174,194,230)
#BBCCE9
(187,204,233)
#C8D6EC
(200,214,236)
#D5E0EF
(213,224,239)
#E2EAF2
(226,234,242)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D90D7; }

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

This text font color is #6D90D7.


Background Color

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

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

This div background color is #6D90D7.


Border color

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

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

This div border color is #6D90D7.


Opacity

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

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

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

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

This text has shadow with #6D90D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D90D7 on black background.


Color preview on white background

This text has color #6D90D7 on white background.



Black color preview on #6D90D7 background

This text has black color on #6D90D7 background.


White color preview on #6D90D7 background

This text has white color on #6D90D7 background.