COLOR #6C608A

HEX: #6C608A RGB: (108,96,138)

Color info

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

RGB color model

#6C608A color RGB value is (108,96,138).

RGB: (108,96,138) (42%, 38%, 54%)

RGB channels and saturation

R 108 of 255 = 42%
G 96 of 255 = 38%
B 138 of 255 = 54%

108
96
138

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

Portions of RGB colors in percentages

R + G + B = 108 + 96 + 138 = 342 (100%)
R 108 of 342 ~ 31.58%
G 96 of 342 ~ 28.07%
B 138 of 342 ~ 40.35'%

%31.58
%28.07
%40.35

CMYK color model

#6C608A color CMYK value is (22,30,0,46).

  • cyan value is 21.74%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (22,30,0,46)
C22M30Y0K46 (22%, 30%, 0%, 46%)
(0.22 / 0.30 / 0.00 / 0.46)

CMYK percentages

%21.74
%30.43
%0
%45.88

Codes

Color #6C608A in popluar color models

6C 60 8A
RGB 108 96 138
HSL 257° 17.95% 45.88%
HSB/HSV 257° 30.43% 54.12%
CMYK 21.74% 30.43% 0.00%
45.88%

Color #6C608A in popluar number systems.

HEX 6C 60 8A
Decimal 108 96 138
Binary 1101100 1100000 10001010
Octal 154 140 212

Shades and tints

Shades of #6C608A

#6C608A
(108,96,138)
#63587E
(99,88,126)
#5A5072
(90,80,114)
#514866
(81,72,102)
#48405A
(72,64,90)
#3F384E
(63,56,78)
#363042
(54,48,66)
#2D2836
(45,40,54)
#24202A
(36,32,42)
#1B181E
(27,24,30)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #6C608A

#6C608A
(108,96,138)
#796E94
(121,110,148)
#867C9E
(134,124,158)
#938AA8
(147,138,168)
#A098B2
(160,152,178)
#ADA6BC
(173,166,188)
#BAB4C6
(186,180,198)
#C7C2D0
(199,194,208)
#D4D0DA
(212,208,218)
#E1DEE4
(225,222,228)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C608A; }

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

This text font color is #6C608A.

Background Color

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

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

This div background color is #6C608A.

Border color

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

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

This div border color is #6C608A.

Opacity

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

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

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

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

This text has shadow with #6C608A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C608A.

Preview

Color preview on black background

This text has color #6C608A on black background.


Color preview on white background

This text has color #6C608A on white background.


Black color preview on #6C608A background

This text has black color on #6C608A background.


White color preview on #6C608A background

This text has white color on #6C608A background.


Related colors

Complementary color

Complementary color for #hex is #939F75.


I love getcolorcode.com

Triadic colors

1 #8A6C60 and #608A6C with #6C608A are triadic colors.

2 #8A606C and #606C8A with #6C608A are triadic colors.