COLOR #6C6482

HEX: #6C6482
RGB: (108,100,130)

Color info

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

RGB color model

#6C6482 color RGB value is (108,100,130).

  • red value is 108;
  • green value is 100;
  • blue value is 130.
RGB:
(108,100,130)
(42%,39%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 100 of 255 = 39%
B 130 of 255 = 51%

108
100
130

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

Portions of RGB colors in percentages

R + G + B =
108 + 100 + 130 = 338 (100%)
R 108 of 338 ~ 31.95%
G 100 of 338 ~ 29.59%
B 130 of 338 ~ 38.46%

%31.95
%29.59
%38.46

CMYK color model

#6C6482 color CMYK value is (17,23,0,49).

  • cyan value is 16.92%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(17,23,0,49)
C17M23Y0K49 
(17%,23%,0%,49%)
(0.17/0.23/0.00/0.49)	

CMYK percentages

%16.92
%23.08
%0
%49.02

Codes

Color #6C6482 in popluar color models

6C6482
RGB108100130
HSL256°13.04%45.10%
HSB/HSV256°23.08%50.98%
CMYK16.92%23.08%0.00%
49.02%

Color #6C6482 in popluar number systems.

HEX6C6482
Decimal108100130
Binary1101100110010010000010
Octal154144202

Shades and tints

Shades of #6C6482

#6C6482
(108,100,130)
#635B77
(99,91,119)
#5A526C
(90,82,108)
#514961
(81,73,97)
#484056
(72,64,86)
#3F374B
(63,55,75)
#362E40
(54,46,64)
#2D2535
(45,37,53)
#241C2A
(36,28,42)
#1B131F
(27,19,31)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #6C6482

#6C6482
(108,100,130)
#79728D
(121,114,141)
#868098
(134,128,152)
#938EA3
(147,142,163)
#A09CAE
(160,156,174)
#ADAAB9
(173,170,185)
#BAB8C4
(186,184,196)
#C7C6CF
(199,198,207)
#D4D4DA
(212,212,218)
#E1E2E5
(225,226,229)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6482; }

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

This text font color is #6C6482.


Background Color

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

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

This div background color is #6C6482.


Border color

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

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

This div border color is #6C6482.


Opacity

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

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

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

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

This text has shadow with #6C6482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6482 on black background.


Color preview on white background

This text has color #6C6482 on white background.



Black color preview on #6C6482 background

This text has black color on #6C6482 background.


White color preview on #6C6482 background

This text has white color on #6C6482 background.