COLOR #6672D1

HEX: #6672D1
RGB: (102,114,209)

Color info

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

RGB color model

#6672D1 color RGB value is (102,114,209).

  • red value is 102;
  • green value is 114;
  • blue value is 209.
RGB:
(102,114,209)
(40%,45%,82%)

RGB channels and saturation

R 102 of 255 = 40%
G 114 of 255 = 45%
B 209 of 255 = 82%

102
114
209

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

Portions of RGB colors in percentages

R + G + B =
102 + 114 + 209 = 425 (100%)
R 102 of 425 ~ 24%
G 114 of 425 ~ 26.82%
B 209 of 425 ~ 49.18%

%24
%26.82
%49.18

CMYK color model

#6672D1 color CMYK value is (51,45,0,18).

  • cyan value is 51.20%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(51,45,0,18)
C51M45Y0K18 
(51%,45%,0%,18%)
(0.51/0.45/0.00/0.18)	

CMYK percentages

%51.2
%45.45
%0
%18.04

Codes

Color #6672D1 in popluar color models

6672D1
RGB102114209
HSL233°53.77%60.98%
HSB/HSV233°51.20%81.96%
CMYK51.20%45.45%0.00%
18.04%

Color #6672D1 in popluar number systems.

HEX6672D1
Decimal102114209
Binary1100110111001011010001
Octal146162321

Shades and tints

Shades of #6672D1

#6672D1
(102,114,209)
#5D68BE
(93,104,190)
#545EAB
(84,94,171)
#4B5498
(75,84,152)
#424A85
(66,74,133)
#394072
(57,64,114)
#30365F
(48,54,95)
#272C4C
(39,44,76)
#1E2239
(30,34,57)
#151826
(21,24,38)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #6672D1

#6672D1
(102,114,209)
#737ED5
(115,126,213)
#808AD9
(128,138,217)
#8D96DD
(141,150,221)
#9AA2E1
(154,162,225)
#A7AEE5
(167,174,229)
#B4BAE9
(180,186,233)
#C1C6ED
(193,198,237)
#CED2F1
(206,210,241)
#DBDEF5
(219,222,245)
#E8EAF9
(232,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6672D1 color. Also use rgb(102,114,209) instead hex code.

Text Font Color

.myTextColor { color: #6672D1; }

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

This text font color is #6672D1.


Background Color

.myBgColor { background-color: #6672D1; }

<div style="background-color:#6672D1">Inner text</div>

This div background color is #6672D1.


Border color

.myBorderColor { border: 1px solid #6672D1; }

<div style="border:3px solid #6672D1">Div</div>

This div border color is #6672D1.


Opacity

.myOpacity80 { color: #6672D1; opacity: 0.8; }

<p style="color:#6672D1;opacity:0.8;">80%</p>

Text with #6672D1 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 #6672D1;}

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

This text has shadow with #6672D1 color.

.textShadow {text-shadow: 3px 3px 1px #6672D1, 3px 3px 1px red;}

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

This text has shadow with #6672D1 primary color and red secondary color.


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

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

This text has shadow with #6672D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6672D1 on black background.


Color preview on white background

This text has color #6672D1 on white background.



Black color preview on #6672D1 background

This text has black color on #6672D1 background.


White color preview on #6672D1 background

This text has white color on #6672D1 background.