COLOR #6673DA

HEX: #6673DA
RGB: (102,115,218)

Color info

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

RGB color model

#6673DA color RGB value is (102,115,218).

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

RGB channels and saturation

R 102 of 255 = 40%
G 115 of 255 = 45%
B 218 of 255 = 85%

102
115
218

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

Portions of RGB colors in percentages

R + G + B =
102 + 115 + 218 = 435 (100%)
R 102 of 435 ~ 23.45%
G 115 of 435 ~ 26.44%
B 218 of 435 ~ 50.11%

%23.45
%26.44
%50.11

CMYK color model

#6673DA color CMYK value is (53,47,0,15).

  • cyan value is 53.21%
  • magenta value is 47.25%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(53,47,0,15)
C53M47Y0K15 
(53%,47%,0%,15%)
(0.53/0.47/0.00/0.15)	

CMYK percentages

%53.21
%47.25
%0
%14.51

Codes

Color #6673DA in popluar color models

6673DA
RGB102115218
HSL233°61.05%62.75%
HSB/HSV233°53.21%85.49%
CMYK53.21%47.25%0.00%
14.51%

Color #6673DA in popluar number systems.

HEX6673DA
Decimal102115218
Binary1100110111001111011010
Octal146163332

Shades and tints

Shades of #6673DA

#6673DA
(102,115,218)
#5D69C7
(93,105,199)
#545FB4
(84,95,180)
#4B55A1
(75,85,161)
#424B8E
(66,75,142)
#39417B
(57,65,123)
#303768
(48,55,104)
#272D55
(39,45,85)
#1E2342
(30,35,66)
#15192F
(21,25,47)
#0C0F1C
(12,15,28)
#000000
(0,0,0)

Tints of #6673DA

#6673DA
(102,115,218)
#737FDD
(115,127,221)
#808BE0
(128,139,224)
#8D97E3
(141,151,227)
#9AA3E6
(154,163,230)
#A7AFE9
(167,175,233)
#B4BBEC
(180,187,236)
#C1C7EF
(193,199,239)
#CED3F2
(206,211,242)
#DBDFF5
(219,223,245)
#E8EBF8
(232,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6673DA; }

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

This text font color is #6673DA.


Background Color

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

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

This div background color is #6673DA.


Border color

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

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

This div border color is #6673DA.


Opacity

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

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

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

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

This text has shadow with #6673DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6673DA on black background.


Color preview on white background

This text has color #6673DA on white background.



Black color preview on #6673DA background

This text has black color on #6673DA background.


White color preview on #6673DA background

This text has white color on #6673DA background.