COLOR #6C6082

HEX: #6C6082 RGB: (108,96,130)

Color info

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

RGB color model

#6C6082 color RGB value is (108,96,130).

RGB: (108,96,130) (42%, 38%, 51%)

RGB channels and saturation

R 108 of 255 = 42%
G 96 of 255 = 38%
B 130 of 255 = 51%

108
96
130

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

Portions of RGB colors in percentages

R + G + B = 108 + 96 + 130 = 334 (100%)
R 108 of 334 ~ 32.34%
G 96 of 334 ~ 28.74%
B 130 of 334 ~ 38.92'%

%32.34
%28.74
%38.92

CMYK color model

#6C6082 color CMYK value is (17,26,0,49).

  • cyan value is 16.92%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK: (17,26,0,49) C17M26Y0K49 (17%,26%,0%,49%) (0.17/0.26/0.00/0.49) 

CMYK percentages

%16.92
%26.15
%0
%49.02

Codes

Color #6C6082 in popluar color models

6C 60 82
RGB 108 96 130
HSL 261° 15.04% 44.31%
HSB/HSV 261° 26.15% 50.98%
CMYK 16.92% 26.15% 0.00%
49.02%

Color #6C6082 in popluar number systems.

HEX 6C 60 82
Decimal 108 96 130
Binary 1101100 1100000 10000010
Octal 154 140 202

Shades and tints

Shades of #6C6082

#6C6082
(108,96,130)
#635877
(99,88,119)
#5A506C
(90,80,108)
#514861
(81,72,97)
#484056
(72,64,86)
#3F384B
(63,56,75)
#363040
(54,48,64)
#2D2835
(45,40,53)
#24202A
(36,32,42)
#1B181F
(27,24,31)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #6C6082

#6C6082
(108,96,130)
#796E8D
(121,110,141)
#867C98
(134,124,152)
#938AA3
(147,138,163)
#A098AE
(160,152,174)
#ADA6B9
(173,166,185)
#BAB4C4
(186,180,196)
#C7C2CF
(199,194,207)
#D4D0DA
(212,208,218)
#E1DEE5
(225,222,229)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6082 color. Also use rgb(108,96,130) instead hex code.

Text Font Color

.myTextColor { color: #6C6082; }

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

This text font color is #6C6082.

Background Color

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

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

This div background color is #6C6082.

Border color

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

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

This div border color is #6C6082.

Opacity

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

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

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

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

This text has shadow with #6C6082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6082.

Preview

Color preview on black background

This text has color #6C6082 on black background.


Color preview on white background

This text has color #6C6082 on white background.


Black color preview on #6C6082 background

This text has black color on #6C6082 background.


White color preview on #6C6082 background

This text has white color on #6C6082 background.


Related colors

Complementary color

Complementary color for #hex is #939F7D.


I love getcolorcode.com

Triadic colors

1 #826C60 and #60826C with #6C6082 are triadic colors.

2 #82606C and #606C82 with #6C6082 are triadic colors.