COLOR #6C658E

HEX: #6C658E RGB: (108,101,142)

Color info

#6C658E contains red, green and blue colors in about the same proportion. Web safe color of #6C658E is #666699 (or #669).

RGB color model

#6C658E color RGB value is (108,101,142).

RGB: (108,101,142) (42%, 40%, 56%)

RGB channels and saturation

R 108 of 255 = 42%
G 101 of 255 = 40%
B 142 of 255 = 56%

108
101
142

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

Portions of RGB colors in percentages

R + G + B = 108 + 101 + 142 = 351 (100%)
R 108 of 351 ~ 30.77%
G 101 of 351 ~ 28.77%
B 142 of 351 ~ 40.46'%

%30.77
%28.77
%40.46

CMYK color model

#6C658E color CMYK value is (24,29,0,44).

  • cyan value is 23.94%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (24,29,0,44)
C24M29Y0K44 (24%, 29%, 0%, 44%)
(0.24 / 0.29 / 0.00 / 0.44)

CMYK percentages

%23.94
%28.87
%0
%44.31

Codes

Color #6C658E in popluar color models

6C 65 8E
RGB 108 101 142
HSL 250° 16.87% 47.65%
HSB/HSV 250° 28.87% 55.69%
CMYK 23.94% 28.87% 0.00%
44.31%

Color #6C658E in popluar number systems.

HEX 6C 65 8E
Decimal 108 101 142
Binary 1101100 1100101 10001110
Octal 154 145 216

Shades and tints

Shades of #6C658E

#6C658E
(108,101,142)
#635C82
(99,92,130)
#5A5376
(90,83,118)
#514A6A
(81,74,106)
#48415E
(72,65,94)
#3F3852
(63,56,82)
#362F46
(54,47,70)
#2D263A
(45,38,58)
#241D2E
(36,29,46)
#1B1422
(27,20,34)
#120B16
(18,11,22)
#000000
(0,0,0)

Tints of #6C658E

#6C658E
(108,101,142)
#797398
(121,115,152)
#8681A2
(134,129,162)
#938FAC
(147,143,172)
#A09DB6
(160,157,182)
#ADABC0
(173,171,192)
#BAB9CA
(186,185,202)
#C7C7D4
(199,199,212)
#D4D5DE
(212,213,222)
#E1E3E8
(225,227,232)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C658E color. Also use rgb(108,101,142) instead hex code.

Text Font Color

.myTextColor { color: #6C658E; }

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

This text font color is #6C658E.

Background Color

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

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

This div background color is #6C658E.

Border color

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

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

This div border color is #6C658E.

Opacity

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

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

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

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

This text has shadow with #6C658E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C658E.

Preview

Color preview on black background

This text has color #6C658E on black background.


Color preview on white background

This text has color #6C658E on white background.


Black color preview on #6C658E background

This text has black color on #6C658E background.


White color preview on #6C658E background

This text has white color on #6C658E background.


Related colors

Complementary color

Complementary color for #hex is #939A71.


I love getcolorcode.com

Triadic colors

1 #8E6C65 and #658E6C with #6C658E are triadic colors.

2 #8E656C and #656C8E with #6C658E are triadic colors.