COLOR #6C6AAF

HEX: #6C6AAF
RGB: (108,106,175)

Color info

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

RGB color model

#6C6AAF color RGB value is (108,106,175).

  • red value is 108;
  • green value is 106;
  • blue value is 175.
RGB:
(108,106,175)
(42%,42%,69%)

RGB channels and saturation

R 108 of 255 = 42%
G 106 of 255 = 42%
B 175 of 255 = 69%

108
106
175

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

Portions of RGB colors in percentages

R + G + B =
108 + 106 + 175 = 389 (100%)
R 108 of 389 ~ 27.76%
G 106 of 389 ~ 27.25%
B 175 of 389 ~ 44.99%

%27.76
%27.25
%44.99

CMYK color model

#6C6AAF color CMYK value is (38,39,0,31).

  • cyan value is 38.29%
  • magenta value is 39.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(38,39,0,31)
C38M39Y0K31 
(38%,39%,0%,31%)
(0.38/0.39/0.00/0.31)	

CMYK percentages

%38.29
%39.43
%0
%31.37

Codes

Color #6C6AAF in popluar color models

6C6AAF
RGB108106175
HSL242°30.13%55.10%
HSB/HSV242°39.43%68.63%
CMYK38.29%39.43%0.00%
31.37%

Color #6C6AAF in popluar number systems.

HEX6C6AAF
Decimal108106175
Binary1101100110101010101111
Octal154152257

Shades and tints

Shades of #6C6AAF

#6C6AAF
(108,106,175)
#6361A0
(99,97,160)
#5A5891
(90,88,145)
#514F82
(81,79,130)
#484673
(72,70,115)
#3F3D64
(63,61,100)
#363455
(54,52,85)
#2D2B46
(45,43,70)
#242237
(36,34,55)
#1B1928
(27,25,40)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #6C6AAF

#6C6AAF
(108,106,175)
#7977B6
(121,119,182)
#8684BD
(134,132,189)
#9391C4
(147,145,196)
#A09ECB
(160,158,203)
#ADABD2
(173,171,210)
#BAB8D9
(186,184,217)
#C7C5E0
(199,197,224)
#D4D2E7
(212,210,231)
#E1DFEE
(225,223,238)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6AAF color. Also use rgb(108,106,175) instead hex code.

Text Font Color

.myTextColor { color: #6C6AAF; }

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

This text font color is #6C6AAF.


Background Color

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

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

This div background color is #6C6AAF.


Border color

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

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

This div border color is #6C6AAF.


Opacity

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

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

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

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

This text has shadow with #6C6AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6AAF on black background.


Color preview on white background

This text has color #6C6AAF on white background.



Black color preview on #6C6AAF background

This text has black color on #6C6AAF background.


White color preview on #6C6AAF background

This text has white color on #6C6AAF background.