COLOR #6B90CC

HEX: #6B90CC
RGB: (107,144,204)

Color info

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

RGB color model

#6B90CC color RGB value is (107,144,204).

  • red value is 107;
  • green value is 144;
  • blue value is 204.
RGB:
(107,144,204)
(42%,56%,80%)

RGB channels and saturation

R 107 of 255 = 42%
G 144 of 255 = 56%
B 204 of 255 = 80%

107
144
204

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

Portions of RGB colors in percentages

R + G + B =
107 + 144 + 204 = 455 (100%)
R 107 of 455 ~ 23.52%
G 144 of 455 ~ 31.65%
B 204 of 455 ~ 44.84%

%23.52
%31.65
%44.84

CMYK color model

#6B90CC color CMYK value is (48,29,0,20).

  • cyan value is 47.55%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(48,29,0,20)
C48M29Y0K20 
(48%,29%,0%,20%)
(0.48/0.29/0.00/0.20)	

CMYK percentages

%47.55
%29.41
%0
%20

Codes

Color #6B90CC in popluar color models

6B90CC
RGB107144204
HSL217°48.74%60.98%
HSB/HSV217°47.55%80.00%
CMYK47.55%29.41%0.00%
20.00%

Color #6B90CC in popluar number systems.

HEX6B90CC
Decimal107144204
Binary11010111001000011001100
Octal153220314

Shades and tints

Shades of #6B90CC

#6B90CC
(107,144,204)
#6283BA
(98,131,186)
#5976A8
(89,118,168)
#506996
(80,105,150)
#475C84
(71,92,132)
#3E4F72
(62,79,114)
#354260
(53,66,96)
#2C354E
(44,53,78)
#23283C
(35,40,60)
#1A1B2A
(26,27,42)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #6B90CC

#6B90CC
(107,144,204)
#789AD0
(120,154,208)
#85A4D4
(133,164,212)
#92AED8
(146,174,216)
#9FB8DC
(159,184,220)
#ACC2E0
(172,194,224)
#B9CCE4
(185,204,228)
#C6D6E8
(198,214,232)
#D3E0EC
(211,224,236)
#E0EAF0
(224,234,240)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B90CC color. Also use rgb(107,144,204) instead hex code.

Text Font Color

.myTextColor { color: #6B90CC; }

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

This text font color is #6B90CC.


Background Color

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

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

This div background color is #6B90CC.


Border color

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

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

This div border color is #6B90CC.


Opacity

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

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

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

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

This text has shadow with #6B90CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B90CC on black background.


Color preview on white background

This text has color #6B90CC on white background.



Black color preview on #6B90CC background

This text has black color on #6B90CC background.


White color preview on #6B90CC background

This text has white color on #6B90CC background.