COLOR #6B6DAC

HEX: #6B6DAC RGB: (107,109,172)

Color info

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

RGB color model

#6B6DAC color RGB value is (107,109,172).

RGB: (107,109,172) (42%, 43%, 67%)

RGB channels and saturation

R 107 of 255 = 42%
G 109 of 255 = 43%
B 172 of 255 = 67%

107
109
172

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

Portions of RGB colors in percentages

R + G + B = 107 + 109 + 172 = 388 (100%)
R 107 of 388 ~ 27.58%
G 109 of 388 ~ 28.09%
B 172 of 388 ~ 44.33'%

%27.58
%28.09
%44.33

CMYK color model

#6B6DAC color CMYK value is (38,37,0,33).

  • cyan value is 37.79%
  • magenta value is 36.63%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (38,37,0,33)
C38M37Y0K33 (38%, 37%, 0%, 33%)
(0.38 / 0.37 / 0.00 / 0.33)

CMYK percentages

%37.79
%36.63
%0
%32.55

Codes

Color #6B6DAC in popluar color models

6B 6D AC
RGB 107 109 172
HSL 238° 28.14% 54.71%
HSB/HSV 238° 37.79% 67.45%
CMYK 37.79% 36.63% 0.00%
32.55%

Color #6B6DAC in popluar number systems.

HEX 6B 6D AC
Decimal 107 109 172
Binary 1101011 1101101 10101100
Octal 153 155 254

Shades and tints

Shades of #6B6DAC

#6B6DAC
(107,109,172)
#62649D
(98,100,157)
#595B8E
(89,91,142)
#50527F
(80,82,127)
#474970
(71,73,112)
#3E4061
(62,64,97)
#353752
(53,55,82)
#2C2E43
(44,46,67)
#232534
(35,37,52)
#1A1C25
(26,28,37)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #6B6DAC

#6B6DAC
(107,109,172)
#787AB3
(120,122,179)
#8587BA
(133,135,186)
#9294C1
(146,148,193)
#9FA1C8
(159,161,200)
#ACAECF
(172,174,207)
#B9BBD6
(185,187,214)
#C6C8DD
(198,200,221)
#D3D5E4
(211,213,228)
#E0E2EB
(224,226,235)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6DAC color. Also use rgb(107,109,172) instead hex code.

Text Font Color

.myTextColor { color: #6B6DAC; }

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

This text font color is #6B6DAC.

Background Color

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

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

This div background color is #6B6DAC.

Border color

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

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

This div border color is #6B6DAC.

Opacity

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

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

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

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

This text has shadow with #6B6DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6DAC.

Preview

Color preview on black background

This text has color #6B6DAC on black background.


Color preview on white background

This text has color #6B6DAC on white background.


Black color preview on #6B6DAC background

This text has black color on #6B6DAC background.


White color preview on #6B6DAC background

This text has white color on #6B6DAC background.


Related colors

Complementary color

Complementary color for #hex is #949253.


I love getcolorcode.com

Triadic colors

1 #AC6B6D and #6DAC6B with #6B6DAC are triadic colors.

2 #AC6D6B and #6D6BAC with #6B6DAC are triadic colors.