COLOR #6811BB

HEX: #6811BB RGB: (104,17,187)

Color info

#6811BB contains mainly blue color. Web safe color of #6811BB is #6600CC (or #60C).

RGB color model

#6811BB color RGB value is (104,17,187).

RGB: (104,17,187) (41%, 7%, 73%)

RGB channels and saturation

R 104 of 255 = 41%
G 17 of 255 = 7%
B 187 of 255 = 73%

104
17
187

R + G + B ~ 40%. #6811BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 17 + 187 = 308 (100%)
R 104 of 308 ~ 33.77%
G 17 of 308 ~ 5.52%
B 187 of 308 ~ 60.71'%

%33.77
%60.71

CMYK color model

#6811BB color CMYK value is (44,91,0,27).

  • cyan value is 44.39%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (44,91,0,27) C44M91Y0K27 (44%,91%,0%,27%) (0.44/0.91/0.00/0.27) 

CMYK percentages

%44.39
%90.91
%0
%26.67

Codes

Color #6811BB in popluar color models

68 11 BB
RGB 104 17 187
HSL 271° 83.33% 40.00%
HSB/HSV 271° 90.91% 73.33%
CMYK 44.39% 90.91% 0.00%
26.67%

Color #6811BB in popluar number systems.

HEX 68 11 BB
Decimal 104 17 187
Binary 1101000 10001 10111011
Octal 150 21 273

Shades and tints

Shades of #6811BB

#6811BB
(104,17,187)
#5F10AA
(95,16,170)
#560F99
(86,15,153)
#4D0E88
(77,14,136)
#440D77
(68,13,119)
#3B0C66
(59,12,102)
#320B55
(50,11,85)
#290A44
(41,10,68)
#200933
(32,9,51)
#170822
(23,8,34)
#0E0711
(14,7,17)
#000000
(0,0,0)

Tints of #6811BB

#6811BB
(104,17,187)
#7526C1
(117,38,193)
#823BC7
(130,59,199)
#8F50CD
(143,80,205)
#9C65D3
(156,101,211)
#A97AD9
(169,122,217)
#B68FDF
(182,143,223)
#C3A4E5
(195,164,229)
#D0B9EB
(208,185,235)
#DDCEF1
(221,206,241)
#EAE3F7
(234,227,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6811BB color. Also use rgb(104,17,187) instead hex code.

Text Font Color

.myTextColor { color: #6811BB; }

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

This text font color is #6811BB.

Background Color

.myBgColor { background-color: #6811BB; }

<div style="background-color:#6811BB">Inner text</div>

This div background color is #6811BB.

Border color

.myBorderColor { border: 1px solid #6811BB; }

<div style="border:3px solid #6811BB">Div</div>

This div border color is #6811BB.

Opacity

.myOpacity80 { color: #6811BB; opacity: 0.8; }

<p style="color:#6811BB;opacity:0.8;">80%</p>

Text with #6811BB 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 #6811BB;}

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

This text has shadow with #6811BB color.


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

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

This text has shadow with #6811BB primary color and red secondary color.


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

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

This text has shadow with #6811BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6811BB.

Preview

Color preview on black background

This text has color #6811BB on black background.


Color preview on white background

This text has color #6811BB on white background.


Black color preview on #6811BB background

This text has black color on #6811BB background.


White color preview on #6811BB background

This text has white color on #6811BB background.


Related colors

Complementary color

Complementary color for #hex is #97EE44.


I love getcolorcode.com

Triadic colors

1 #BB6811 and #11BB68 with #6811BB are triadic colors.

2 #BB1168 and #1168BB with #6811BB are triadic colors.