COLOR #6C74C3

HEX: #6C74C3 RGB: (108,116,195)

Color info

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

RGB color model

#6C74C3 color RGB value is (108,116,195).

RGB: (108,116,195) (42%, 45%, 76%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 195 of 255 = 76%

108
116
195

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

Portions of RGB colors in percentages

R + G + B = 108 + 116 + 195 = 419 (100%)
R 108 of 419 ~ 25.78%
G 116 of 419 ~ 27.68%
B 195 of 419 ~ 46.54'%

%25.78
%27.68
%46.54

CMYK color model

#6C74C3 color CMYK value is (45,41,0,24).

  • cyan value is 44.62%
  • magenta value is 40.51%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (45,41,0,24)
C45M41Y0K24 (45%, 41%, 0%, 24%)
(0.45 / 0.41 / 0.00 / 0.24)

CMYK percentages

%44.62
%40.51
%0
%23.53

Codes

Color #6C74C3 in popluar color models

6C 74 C3
RGB 108 116 195
HSL 234° 42.03% 59.41%
HSB/HSV 234° 44.62% 76.47%
CMYK 44.62% 40.51% 0.00%
23.53%

Color #6C74C3 in popluar number systems.

HEX 6C 74 C3
Decimal 108 116 195
Binary 1101100 1110100 11000011
Octal 154 164 303

Shades and tints

Shades of #6C74C3

#6C74C3
(108,116,195)
#636AB2
(99,106,178)
#5A60A1
(90,96,161)
#515690
(81,86,144)
#484C7F
(72,76,127)
#3F426E
(63,66,110)
#36385D
(54,56,93)
#2D2E4C
(45,46,76)
#24243B
(36,36,59)
#1B1A2A
(27,26,42)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #6C74C3

#6C74C3
(108,116,195)
#7980C8
(121,128,200)
#868CCD
(134,140,205)
#9398D2
(147,152,210)
#A0A4D7
(160,164,215)
#ADB0DC
(173,176,220)
#BABCE1
(186,188,225)
#C7C8E6
(199,200,230)
#D4D4EB
(212,212,235)
#E1E0F0
(225,224,240)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C74C3 color. Also use rgb(108,116,195) instead hex code.

Text Font Color

.myTextColor { color: #6C74C3; }

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

This text font color is #6C74C3.

Background Color

.myBgColor { background-color: #6C74C3; }

<div style="background-color:#6C74C3">Inner text</div>

This div background color is #6C74C3.

Border color

.myBorderColor { border: 1px solid #6C74C3; }

<div style="border:3px solid #6C74C3">Div</div>

This div border color is #6C74C3.

Opacity

.myOpacity80 { color: #6C74C3; opacity: 0.8; }

<p style="color:#6C74C3;opacity:0.8;">80%</p>

Text with #6C74C3 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 #6C74C3;}

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

This text has shadow with #6C74C3 color.


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

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

This text has shadow with #6C74C3 primary color and red secondary color.


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

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

This text has shadow with #6C74C3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6C74C3.

Preview

Color preview on black background

This text has color #6C74C3 on black background.


Color preview on white background

This text has color #6C74C3 on white background.


Black color preview on #6C74C3 background

This text has black color on #6C74C3 background.


White color preview on #6C74C3 background

This text has white color on #6C74C3 background.


Related colors

Complementary color

Complementary color for #hex is #938B3C.


I love getcolorcode.com

Triadic colors

1 #C36C74 and #74C36C with #6C74C3 are triadic colors.

2 #C3746C and #746CC3 with #6C74C3 are triadic colors.