COLOR #6C6CAE

HEX: #6C6CAE
RGB: (108,108,174)

Color info

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

RGB color model

#6C6CAE color RGB value is (108,108,174).

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

RGB channels and saturation

R 108 of 255 = 42%
G 108 of 255 = 42%
B 174 of 255 = 68%

108
108
174

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

Portions of RGB colors in percentages

R + G + B =
108 + 108 + 174 = 390 (100%)
R 108 of 390 ~ 27.69%
G 108 of 390 ~ 27.69%
B 174 of 390 ~ 44.62%

%27.69
%27.69
%44.62

CMYK color model

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

  • cyan value is 37.93%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(38,38,0,32)
C38M38Y0K32 
(38%,38%,0%,32%)
(0.38/0.38/0.00/0.32)	

CMYK percentages

%37.93
%37.93
%0
%31.76

Codes

Color #6C6CAE in popluar color models

6C6CAE
RGB108108174
HSL240°28.95%55.29%
HSB/HSV240°37.93%68.24%
CMYK37.93%37.93%0.00%
31.76%

Color #6C6CAE in popluar number systems.

HEX6C6CAE
Decimal108108174
Binary1101100110110010101110
Octal154154256

Shades and tints

Shades of #6C6CAE

#6C6CAE
(108,108,174)
#63639F
(99,99,159)
#5A5A90
(90,90,144)
#515181
(81,81,129)
#484872
(72,72,114)
#3F3F63
(63,63,99)
#363654
(54,54,84)
#2D2D45
(45,45,69)
#242436
(36,36,54)
#1B1B27
(27,27,39)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #6C6CAE

#6C6CAE
(108,108,174)
#7979B5
(121,121,181)
#8686BC
(134,134,188)
#9393C3
(147,147,195)
#A0A0CA
(160,160,202)
#ADADD1
(173,173,209)
#BABAD8
(186,186,216)
#C7C7DF
(199,199,223)
#D4D4E6
(212,212,230)
#E1E1ED
(225,225,237)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6CAE; }

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

This text font color is #6C6CAE.


Background Color

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

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

This div background color is #6C6CAE.


Border color

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

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

This div border color is #6C6CAE.


Opacity

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

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

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

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

This text has shadow with #6C6CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6CAE on black background.


Color preview on white background

This text has color #6C6CAE on white background.



Black color preview on #6C6CAE background

This text has black color on #6C6CAE background.


White color preview on #6C6CAE background

This text has white color on #6C6CAE background.