COLOR #674CDE

HEX: #674CDE
RGB: (103,76,222)

Color info

#674CDE contains mainly blue color. Web safe color of #674CDE is #6633CC (or #63C).

RGB color model

#674CDE color RGB value is (103,76,222).

  • red value is 103;
  • green value is 76;
  • blue value is 222.
RGB:
(103,76,222)
(40%,30%,87%)

RGB channels and saturation

R 103 of 255 = 40%
G 76 of 255 = 30%
B 222 of 255 = 87%

103
76
222

R + G + B ~ 52%. #674CDE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 76 + 222 = 401 (100%)
R 103 of 401 ~ 25.69%
G 76 of 401 ~ 18.95%
B 222 of 401 ~ 55.36%

%25.69
%18.95
%55.36

CMYK color model

#674CDE color CMYK value is (54,66,0,13).

  • cyan value is 53.60%
  • magenta value is 65.77%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(54,66,0,13)
C54M66Y0K13 
(54%,66%,0%,13%)
(0.54/0.66/0.00/0.13)	

CMYK percentages

%53.6
%65.77
%0
%12.94

Codes

Color #674CDE in popluar color models

674CDE
RGB10376222
HSL251°68.87%58.43%
HSB/HSV251°65.77%87.06%
CMYK53.60%65.77%0.00%
12.94%

Color #674CDE in popluar number systems.

HEX674CDE
Decimal10376222
Binary1100111100110011011110
Octal147114336

Shades and tints

Shades of #674CDE

#674CDE
(103,76,222)
#5E46CA
(94,70,202)
#5540B6
(85,64,182)
#4C3AA2
(76,58,162)
#43348E
(67,52,142)
#3A2E7A
(58,46,122)
#312866
(49,40,102)
#282252
(40,34,82)
#1F1C3E
(31,28,62)
#16162A
(22,22,42)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #674CDE

#674CDE
(103,76,222)
#745CE1
(116,92,225)
#816CE4
(129,108,228)
#8E7CE7
(142,124,231)
#9B8CEA
(155,140,234)
#A89CED
(168,156,237)
#B5ACF0
(181,172,240)
#C2BCF3
(194,188,243)
#CFCCF6
(207,204,246)
#DCDCF9
(220,220,249)
#E9ECFC
(233,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674CDE color. Also use rgb(103,76,222) instead hex code.

Text Font Color

.myTextColor { color: #674CDE; }

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

This text font color is #674CDE.


Background Color

.myBgColor { background-color: #674CDE; }

<div style="background-color:#674CDE">Inner text</div>

This div background color is #674CDE.


Border color

.myBorderColor { border: 1px solid #674CDE; }

<div style="border:3px solid #674CDE">Div</div>

This div border color is #674CDE.


Opacity

.myOpacity80 { color: #674CDE; opacity: 0.8; }

<p style="color:#674CDE;opacity:0.8;">80%</p>

Text with #674CDE 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 #674CDE;}

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

This text has shadow with #674CDE color.

.textShadow {text-shadow: 3px 3px 1px #674CDE, 3px 3px 1px red;}

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

This text has shadow with #674CDE primary color and red secondary color.


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

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

This text has shadow with #674CDE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674CDE on black background.


Color preview on white background

This text has color #674CDE on white background.



Black color preview on #674CDE background

This text has black color on #674CDE background.


White color preview on #674CDE background

This text has white color on #674CDE background.