COLOR #6C68AD

HEX: #6C68AD
RGB: (108,104,173)

Color info

#6C68AD contains mainly blue color. Web safe color of #6C68AD is #666699 (or #669).

RGB color model

#6C68AD color RGB value is (108,104,173).

  • red value is 108;
  • green value is 104;
  • blue value is 173.
RGB:
(108,104,173)
(42%,41%,68%)

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 173 of 255 = 68%

108
104
173

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

Portions of RGB colors in percentages

R + G + B =
108 + 104 + 173 = 385 (100%)
R 108 of 385 ~ 28.05%
G 104 of 385 ~ 27.01%
B 173 of 385 ~ 44.94%

%28.05
%27.01
%44.94

CMYK color model

#6C68AD color CMYK value is (38,40,0,32).

  • cyan value is 37.57%
  • magenta value is 39.88%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(38,40,0,32)
C38M40Y0K32 
(38%,40%,0%,32%)
(0.38/0.40/0.00/0.32)	

CMYK percentages

%37.57
%39.88
%0
%32.16

Codes

Color #6C68AD in popluar color models

6C68AD
RGB108104173
HSL243°29.61%54.31%
HSB/HSV243°39.88%67.84%
CMYK37.57%39.88%0.00%
32.16%

Color #6C68AD in popluar number systems.

HEX6C68AD
Decimal108104173
Binary1101100110100010101101
Octal154150255

Shades and tints

Shades of #6C68AD

#6C68AD
(108,104,173)
#635F9E
(99,95,158)
#5A568F
(90,86,143)
#514D80
(81,77,128)
#484471
(72,68,113)
#3F3B62
(63,59,98)
#363253
(54,50,83)
#2D2944
(45,41,68)
#242035
(36,32,53)
#1B1726
(27,23,38)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #6C68AD

#6C68AD
(108,104,173)
#7975B4
(121,117,180)
#8682BB
(134,130,187)
#938FC2
(147,143,194)
#A09CC9
(160,156,201)
#ADA9D0
(173,169,208)
#BAB6D7
(186,182,215)
#C7C3DE
(199,195,222)
#D4D0E5
(212,208,229)
#E1DDEC
(225,221,236)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C68AD color. Also use rgb(108,104,173) instead hex code.

Text Font Color

.myTextColor { color: #6C68AD; }

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

This text font color is #6C68AD.


Background Color

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

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

This div background color is #6C68AD.


Border color

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

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

This div border color is #6C68AD.


Opacity

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

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

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

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

This text has shadow with #6C68AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C68AD on black background.


Color preview on white background

This text has color #6C68AD on white background.



Black color preview on #6C68AD background

This text has black color on #6C68AD background.


White color preview on #6C68AD background

This text has white color on #6C68AD background.