COLOR #6673C8

HEX: #6673C8 RGB: (102,115,200)

Color info

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

RGB color model

#6673C8 color RGB value is (102,115,200).

RGB: (102,115,200) (40%, 45%, 78%)

RGB channels and saturation

R 102 of 255 = 40%
G 115 of 255 = 45%
B 200 of 255 = 78%

102
115
200

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

Portions of RGB colors in percentages

R + G + B = 102 + 115 + 200 = 417 (100%)
R 102 of 417 ~ 24.46%
G 115 of 417 ~ 27.58%
B 200 of 417 ~ 47.96'%

%24.46
%27.58
%47.96

CMYK color model

#6673C8 color CMYK value is (49,43,0,22).

  • cyan value is 49.00%
  • magenta value is 42.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (49,43,0,22)
C49M43Y0K22 (49%, 43%, 0%, 22%)
(0.49 / 0.43 / 0.00 / 0.22)

CMYK percentages

%49
%42.5
%0
%21.57

Codes

Color #6673C8 in popluar color models

66 73 C8
RGB 102 115 200
HSL 232° 47.12% 59.22%
HSB/HSV 232° 49.00% 78.43%
CMYK 49.00% 42.50% 0.00%
21.57%

Color #6673C8 in popluar number systems.

HEX 66 73 C8
Decimal 102 115 200
Binary 1100110 1110011 11001000
Octal 146 163 310

Shades and tints

Shades of #6673C8

#6673C8
(102,115,200)
#5D69B6
(93,105,182)
#545FA4
(84,95,164)
#4B5592
(75,85,146)
#424B80
(66,75,128)
#39416E
(57,65,110)
#30375C
(48,55,92)
#272D4A
(39,45,74)
#1E2338
(30,35,56)
#151926
(21,25,38)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #6673C8

#6673C8
(102,115,200)
#737FCD
(115,127,205)
#808BD2
(128,139,210)
#8D97D7
(141,151,215)
#9AA3DC
(154,163,220)
#A7AFE1
(167,175,225)
#B4BBE6
(180,187,230)
#C1C7EB
(193,199,235)
#CED3F0
(206,211,240)
#DBDFF5
(219,223,245)
#E8EBFA
(232,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6673C8; }

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

This text font color is #6673C8.

Background Color

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

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

This div background color is #6673C8.

Border color

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

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

This div border color is #6673C8.

Opacity

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

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

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

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

This text has shadow with #6673C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6673C8.

Preview

Color preview on black background

This text has color #6673C8 on black background.


Color preview on white background

This text has color #6673C8 on white background.


Black color preview on #6673C8 background

This text has black color on #6673C8 background.


White color preview on #6673C8 background

This text has white color on #6673C8 background.


Related colors

Complementary color

Complementary color for #hex is #998C37.


I love getcolorcode.com

Triadic colors

1 #C86673 and #73C866 with #6673C8 are triadic colors.

2 #C87366 and #7366C8 with #6673C8 are triadic colors.