COLOR #667CC3

HEX: #667CC3 RGB: (102,124,195)

Color info

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

RGB color model

#667CC3 color RGB value is (102,124,195).

RGB: (102,124,195) (40%, 49%, 76%)

RGB channels and saturation

R 102 of 255 = 40%
G 124 of 255 = 49%
B 195 of 255 = 76%

102
124
195

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

Portions of RGB colors in percentages

R + G + B = 102 + 124 + 195 = 421 (100%)
R 102 of 421 ~ 24.23%
G 124 of 421 ~ 29.45%
B 195 of 421 ~ 46.32'%

%24.23
%29.45
%46.32

CMYK color model

#667CC3 color CMYK value is (48,36,0,24).

  • cyan value is 47.69%
  • magenta value is 36.41%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (48,36,0,24) C48M36Y0K24 (48%,36%,0%,24%) (0.48/0.36/0.00/0.24) 

CMYK percentages

%47.69
%36.41
%0
%23.53

Codes

Color #667CC3 in popluar color models

66 7C C3
RGB 102 124 195
HSL 226° 43.66% 58.24%
HSB/HSV 226° 47.69% 76.47%
CMYK 47.69% 36.41% 0.00%
23.53%

Color #667CC3 in popluar number systems.

HEX 66 7C C3
Decimal 102 124 195
Binary 1100110 1111100 11000011
Octal 146 174 303

Shades and tints

Shades of #667CC3

#667CC3
(102,124,195)
#5D71B2
(93,113,178)
#5466A1
(84,102,161)
#4B5B90
(75,91,144)
#42507F
(66,80,127)
#39456E
(57,69,110)
#303A5D
(48,58,93)
#272F4C
(39,47,76)
#1E243B
(30,36,59)
#15192A
(21,25,42)
#0C0E19
(12,14,25)
#000000
(0,0,0)

Tints of #667CC3

#667CC3
(102,124,195)
#7387C8
(115,135,200)
#8092CD
(128,146,205)
#8D9DD2
(141,157,210)
#9AA8D7
(154,168,215)
#A7B3DC
(167,179,220)
#B4BEE1
(180,190,225)
#C1C9E6
(193,201,230)
#CED4EB
(206,212,235)
#DBDFF0
(219,223,240)
#E8EAF5
(232,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667CC3 color. Also use rgb(102,124,195) instead hex code.

Text Font Color

.myTextColor { color: #667CC3; }

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

This text font color is #667CC3.

Background Color

.myBgColor { background-color: #667CC3; }

<div style="background-color:#667CC3">Inner text</div>

This div background color is #667CC3.

Border color

.myBorderColor { border: 1px solid #667CC3; }

<div style="border:3px solid #667CC3">Div</div>

This div border color is #667CC3.

Opacity

.myOpacity80 { color: #667CC3; opacity: 0.8; }

<p style="color:#667CC3;opacity:0.8;">80%</p>

Text with #667CC3 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 #667CC3;}

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

This text has shadow with #667CC3 color.


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

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

This text has shadow with #667CC3 primary color and red secondary color.


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

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

This text has shadow with #667CC3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #667CC3.

Preview

Color preview on black background

This text has color #667CC3 on black background.


Color preview on white background

This text has color #667CC3 on white background.


Black color preview on #667CC3 background

This text has black color on #667CC3 background.


White color preview on #667CC3 background

This text has white color on #667CC3 background.


Related colors

Complementary color

Complementary color for #hex is #99833C.


I love getcolorcode.com

Triadic colors

1 #C3667C and #7CC366 with #667CC3 are triadic colors.

2 #C37C66 and #7C66C3 with #667CC3 are triadic colors.