COLOR #6673BA

HEX: #6673BA
RGB: (102,115,186)

Color info

#6673BA contains mainly blue color. Web safe color of #6673BA is #6666CC (or #66C).

RGB color model

#6673BA color RGB value is (102,115,186).

  • red value is 102;
  • green value is 115;
  • blue value is 186.
RGB:
(102,115,186)
(40%,45%,73%)

RGB channels and saturation

R 102 of 255 = 40%
G 115 of 255 = 45%
B 186 of 255 = 73%

102
115
186

R + G + B ~ 53%. #6673BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 115 + 186 = 403 (100%)
R 102 of 403 ~ 25.31%
G 115 of 403 ~ 28.54%
B 186 of 403 ~ 46.15%

%25.31
%28.54
%46.15

CMYK color model

#6673BA color CMYK value is (45,38,0,27).

  • cyan value is 45.16%
  • magenta value is 38.17%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(45,38,0,27)
C45M38Y0K27 
(45%,38%,0%,27%)
(0.45/0.38/0.00/0.27)	

CMYK percentages

%45.16
%38.17
%0
%27.06

Codes

Color #6673BA in popluar color models

6673BA
RGB102115186
HSL231°37.84%56.47%
HSB/HSV231°45.16%72.94%
CMYK45.16%38.17%0.00%
27.06%

Color #6673BA in popluar number systems.

HEX6673BA
Decimal102115186
Binary1100110111001110111010
Octal146163272

Shades and tints

Shades of #6673BA

#6673BA
(102,115,186)
#5D69AA
(93,105,170)
#545F9A
(84,95,154)
#4B558A
(75,85,138)
#424B7A
(66,75,122)
#39416A
(57,65,106)
#30375A
(48,55,90)
#272D4A
(39,45,74)
#1E233A
(30,35,58)
#15192A
(21,25,42)
#0C0F1A
(12,15,26)
#000000
(0,0,0)

Tints of #6673BA

#6673BA
(102,115,186)
#737FC0
(115,127,192)
#808BC6
(128,139,198)
#8D97CC
(141,151,204)
#9AA3D2
(154,163,210)
#A7AFD8
(167,175,216)
#B4BBDE
(180,187,222)
#C1C7E4
(193,199,228)
#CED3EA
(206,211,234)
#DBDFF0
(219,223,240)
#E8EBF6
(232,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6673BA color. Also use rgb(102,115,186) instead hex code.

Text Font Color

.myTextColor { color: #6673BA; }

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

This text font color is #6673BA.


Background Color

.myBgColor { background-color: #6673BA; }

<div style="background-color:#6673BA">Inner text</div>

This div background color is #6673BA.


Border color

.myBorderColor { border: 1px solid #6673BA; }

<div style="border:3px solid #6673BA">Div</div>

This div border color is #6673BA.


Opacity

.myOpacity80 { color: #6673BA; opacity: 0.8; }

<p style="color:#6673BA;opacity:0.8;">80%</p>

Text with #6673BA 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 #6673BA;}

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

This text has shadow with #6673BA color.

.textShadow {text-shadow: 3px 3px 1px #6673BA, 3px 3px 1px red;}

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

This text has shadow with #6673BA primary color and red secondary color.


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

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

This text has shadow with #6673BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6673BA on black background.


Color preview on white background

This text has color #6673BA on white background.



Black color preview on #6673BA background

This text has black color on #6673BA background.


White color preview on #6673BA background

This text has white color on #6673BA background.