COLOR #6C759E

HEX: #6C759E
RGB: (108,117,158)

Color info

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

RGB color model

#6C759E color RGB value is (108,117,158).

  • red value is 108;
  • green value is 117;
  • blue value is 158.
RGB:
(108,117,158)
(42%,46%,62%)

RGB channels and saturation

R 108 of 255 = 42%
G 117 of 255 = 46%
B 158 of 255 = 62%

108
117
158

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

Portions of RGB colors in percentages

R + G + B =
108 + 117 + 158 = 383 (100%)
R 108 of 383 ~ 28.2%
G 117 of 383 ~ 30.55%
B 158 of 383 ~ 41.25%

%28.2
%30.55
%41.25

CMYK color model

#6C759E color CMYK value is (32,26,0,38).

  • cyan value is 31.65%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(32,26,0,38)
C32M26Y0K38 
(32%,26%,0%,38%)
(0.32/0.26/0.00/0.38)	

CMYK percentages

%31.65
%25.95
%0
%38.04

Codes

Color #6C759E in popluar color models

6C759E
RGB108117158
HSL229°20.49%52.16%
HSB/HSV229°31.65%61.96%
CMYK31.65%25.95%0.00%
38.04%

Color #6C759E in popluar number systems.

HEX6C759E
Decimal108117158
Binary1101100111010110011110
Octal154165236

Shades and tints

Shades of #6C759E

#6C759E
(108,117,158)
#636B90
(99,107,144)
#5A6182
(90,97,130)
#515774
(81,87,116)
#484D66
(72,77,102)
#3F4358
(63,67,88)
#36394A
(54,57,74)
#2D2F3C
(45,47,60)
#24252E
(36,37,46)
#1B1B20
(27,27,32)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #6C759E

#6C759E
(108,117,158)
#7981A6
(121,129,166)
#868DAE
(134,141,174)
#9399B6
(147,153,182)
#A0A5BE
(160,165,190)
#ADB1C6
(173,177,198)
#BABDCE
(186,189,206)
#C7C9D6
(199,201,214)
#D4D5DE
(212,213,222)
#E1E1E6
(225,225,230)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C759E color. Also use rgb(108,117,158) instead hex code.

Text Font Color

.myTextColor { color: #6C759E; }

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

This text font color is #6C759E.


Background Color

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

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

This div background color is #6C759E.


Border color

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

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

This div border color is #6C759E.


Opacity

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

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

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

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

This text has shadow with #6C759E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C759E on black background.


Color preview on white background

This text has color #6C759E on white background.



Black color preview on #6C759E background

This text has black color on #6C759E background.


White color preview on #6C759E background

This text has white color on #6C759E background.