COLOR #6674C9

HEX: #6674C9
RGB: (102,116,201)

Color info

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

RGB color model

#6674C9 color RGB value is (102,116,201).

  • red value is 102;
  • green value is 116;
  • blue value is 201.
RGB:
(102,116,201)
(40%,45%,79%)

RGB channels and saturation

R 102 of 255 = 40%
G 116 of 255 = 45%
B 201 of 255 = 79%

102
116
201

R + G + B ~ 55%. #6674C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 116 + 201 = 419 (100%)
R 102 of 419 ~ 24.34%
G 116 of 419 ~ 27.68%
B 201 of 419 ~ 47.97%

%24.34
%27.68
%47.97

CMYK color model

#6674C9 color CMYK value is (49,42,0,21).

  • cyan value is 49.25%
  • magenta value is 42.29%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(49,42,0,21)
C49M42Y0K21 
(49%,42%,0%,21%)
(0.49/0.42/0.00/0.21)	

CMYK percentages

%49.25
%42.29
%0
%21.18

Codes

Color #6674C9 in popluar color models

6674C9
RGB102116201
HSL232°47.83%59.41%
HSB/HSV232°49.25%78.82%
CMYK49.25%42.29%0.00%
21.18%

Color #6674C9 in popluar number systems.

HEX6674C9
Decimal102116201
Binary1100110111010011001001
Octal146164311

Shades and tints

Shades of #6674C9

#6674C9
(102,116,201)
#5D6AB7
(93,106,183)
#5460A5
(84,96,165)
#4B5693
(75,86,147)
#424C81
(66,76,129)
#39426F
(57,66,111)
#30385D
(48,56,93)
#272E4B
(39,46,75)
#1E2439
(30,36,57)
#151A27
(21,26,39)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #6674C9

#6674C9
(102,116,201)
#7380CD
(115,128,205)
#808CD1
(128,140,209)
#8D98D5
(141,152,213)
#9AA4D9
(154,164,217)
#A7B0DD
(167,176,221)
#B4BCE1
(180,188,225)
#C1C8E5
(193,200,229)
#CED4E9
(206,212,233)
#DBE0ED
(219,224,237)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6674C9 color. Also use rgb(102,116,201) instead hex code.

Text Font Color

.myTextColor { color: #6674C9; }

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

This text font color is #6674C9.


Background Color

.myBgColor { background-color: #6674C9; }

<div style="background-color:#6674C9">Inner text</div>

This div background color is #6674C9.


Border color

.myBorderColor { border: 1px solid #6674C9; }

<div style="border:3px solid #6674C9">Div</div>

This div border color is #6674C9.


Opacity

.myOpacity80 { color: #6674C9; opacity: 0.8; }

<p style="color:#6674C9;opacity:0.8;">80%</p>

Text with #6674C9 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 #6674C9;}

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

This text has shadow with #6674C9 color.

.textShadow {text-shadow: 3px 3px 1px #6674C9, 3px 3px 1px red;}

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

This text has shadow with #6674C9 primary color and red secondary color.


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

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

This text has shadow with #6674C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6674C9 on black background.


Color preview on white background

This text has color #6674C9 on white background.



Black color preview on #6674C9 background

This text has black color on #6674C9 background.


White color preview on #6674C9 background

This text has white color on #6674C9 background.