COLOR #6671D5

HEX: #6671D5
RGB: (102,113,213)

Color info

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

RGB color model

#6671D5 color RGB value is (102,113,213).

  • red value is 102;
  • green value is 113;
  • blue value is 213.
RGB:
(102,113,213)
(40%,44%,84%)

RGB channels and saturation

R 102 of 255 = 40%
G 113 of 255 = 44%
B 213 of 255 = 84%

102
113
213

R + G + B ~ 56%. #6671D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 113 + 213 = 428 (100%)
R 102 of 428 ~ 23.83%
G 113 of 428 ~ 26.4%
B 213 of 428 ~ 49.77%

%23.83
%26.4
%49.77

CMYK color model

#6671D5 color CMYK value is (52,47,0,16).

  • cyan value is 52.11%
  • magenta value is 46.95%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(52,47,0,16)
C52M47Y0K16 
(52%,47%,0%,16%)
(0.52/0.47/0.00/0.16)	

CMYK percentages

%52.11
%46.95
%0
%16.47

Codes

Color #6671D5 in popluar color models

6671D5
RGB102113213
HSL234°56.92%61.76%
HSB/HSV234°52.11%83.53%
CMYK52.11%46.95%0.00%
16.47%

Color #6671D5 in popluar number systems.

HEX6671D5
Decimal102113213
Binary1100110111000111010101
Octal146161325

Shades and tints

Shades of #6671D5

#6671D5
(102,113,213)
#5D67C2
(93,103,194)
#545DAF
(84,93,175)
#4B539C
(75,83,156)
#424989
(66,73,137)
#393F76
(57,63,118)
#303563
(48,53,99)
#272B50
(39,43,80)
#1E213D
(30,33,61)
#15172A
(21,23,42)
#0C0D17
(12,13,23)
#000000
(0,0,0)

Tints of #6671D5

#6671D5
(102,113,213)
#737DD8
(115,125,216)
#8089DB
(128,137,219)
#8D95DE
(141,149,222)
#9AA1E1
(154,161,225)
#A7ADE4
(167,173,228)
#B4B9E7
(180,185,231)
#C1C5EA
(193,197,234)
#CED1ED
(206,209,237)
#DBDDF0
(219,221,240)
#E8E9F3
(232,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6671D5 color. Also use rgb(102,113,213) instead hex code.

Text Font Color

.myTextColor { color: #6671D5; }

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

This text font color is #6671D5.


Background Color

.myBgColor { background-color: #6671D5; }

<div style="background-color:#6671D5">Inner text</div>

This div background color is #6671D5.


Border color

.myBorderColor { border: 1px solid #6671D5; }

<div style="border:3px solid #6671D5">Div</div>

This div border color is #6671D5.


Opacity

.myOpacity80 { color: #6671D5; opacity: 0.8; }

<p style="color:#6671D5;opacity:0.8;">80%</p>

Text with #6671D5 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 #6671D5;}

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

This text has shadow with #6671D5 color.

.textShadow {text-shadow: 3px 3px 1px #6671D5, 3px 3px 1px red;}

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

This text has shadow with #6671D5 primary color and red secondary color.


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

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

This text has shadow with #6671D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6671D5 on black background.


Color preview on white background

This text has color #6671D5 on white background.



Black color preview on #6671D5 background

This text has black color on #6671D5 background.


White color preview on #6671D5 background

This text has white color on #6671D5 background.