COLOR #6C6BAF

HEX: #6C6BAF
RGB: (108,107,175)

Color info

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

RGB color model

#6C6BAF color RGB value is (108,107,175).

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

RGB channels and saturation

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

108
107
175

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

Portions of RGB colors in percentages

R + G + B =
108 + 107 + 175 = 390 (100%)
R 108 of 390 ~ 27.69%
G 107 of 390 ~ 27.44%
B 175 of 390 ~ 44.87%

%27.69
%27.44
%44.87

CMYK color model

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

  • cyan value is 38.29%
  • magenta value is 38.86%
  • 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
%38.86
%0
%31.37

Codes

Color #6C6BAF in popluar color models

6C6BAF
RGB108107175
HSL241°29.82%55.29%
HSB/HSV241°38.86%68.63%
CMYK38.29%38.86%0.00%
31.37%

Color #6C6BAF in popluar number systems.

HEX6C6BAF
Decimal108107175
Binary1101100110101110101111
Octal154153257

Shades and tints

Shades of #6C6BAF

#6C6BAF
(108,107,175)
#6362A0
(99,98,160)
#5A5991
(90,89,145)
#515082
(81,80,130)
#484773
(72,71,115)
#3F3E64
(63,62,100)
#363555
(54,53,85)
#2D2C46
(45,44,70)
#242337
(36,35,55)
#1B1A28
(27,26,40)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #6C6BAF

#6C6BAF
(108,107,175)
#7978B6
(121,120,182)
#8685BD
(134,133,189)
#9392C4
(147,146,196)
#A09FCB
(160,159,203)
#ADACD2
(173,172,210)
#BAB9D9
(186,185,217)
#C7C6E0
(199,198,224)
#D4D3E7
(212,211,231)
#E1E0EE
(225,224,238)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6BAF; }

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

This text font color is #6C6BAF.


Background Color

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

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

This div background color is #6C6BAF.


Border color

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

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

This div border color is #6C6BAF.


Opacity

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

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

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

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

This text has shadow with #6C6BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6BAF on black background.


Color preview on white background

This text has color #6C6BAF on white background.



Black color preview on #6C6BAF background

This text has black color on #6C6BAF background.


White color preview on #6C6BAF background

This text has white color on #6C6BAF background.