COLOR #6B6DCD

HEX: #6B6DCD
RGB: (107,109,205)

Color info

#6B6DCD contains mainly blue color. Web safe color of #6B6DCD is #6666CC (or #66C).

RGB color model

#6B6DCD color RGB value is (107,109,205).

  • red value is 107;
  • green value is 109;
  • blue value is 205.
RGB:
(107,109,205)
(42%,43%,80%)

RGB channels and saturation

R 107 of 255 = 42%
G 109 of 255 = 43%
B 205 of 255 = 80%

107
109
205

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

Portions of RGB colors in percentages

R + G + B =
107 + 109 + 205 = 421 (100%)
R 107 of 421 ~ 25.42%
G 109 of 421 ~ 25.89%
B 205 of 421 ~ 48.69%

%25.42
%25.89
%48.69

CMYK color model

#6B6DCD color CMYK value is (48,47,0,20).

  • cyan value is 47.80%
  • magenta value is 46.83%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(48,47,0,20)
C48M47Y0K20 
(48%,47%,0%,20%)
(0.48/0.47/0.00/0.20)	

CMYK percentages

%47.8
%46.83
%0
%19.61

Codes

Color #6B6DCD in popluar color models

6B6DCD
RGB107109205
HSL239°49.49%61.18%
HSB/HSV239°47.80%80.39%
CMYK47.80%46.83%0.00%
19.61%

Color #6B6DCD in popluar number systems.

HEX6B6DCD
Decimal107109205
Binary1101011110110111001101
Octal153155315

Shades and tints

Shades of #6B6DCD

#6B6DCD
(107,109,205)
#6264BB
(98,100,187)
#595BA9
(89,91,169)
#505297
(80,82,151)
#474985
(71,73,133)
#3E4073
(62,64,115)
#353761
(53,55,97)
#2C2E4F
(44,46,79)
#23253D
(35,37,61)
#1A1C2B
(26,28,43)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #6B6DCD

#6B6DCD
(107,109,205)
#787AD1
(120,122,209)
#8587D5
(133,135,213)
#9294D9
(146,148,217)
#9FA1DD
(159,161,221)
#ACAEE1
(172,174,225)
#B9BBE5
(185,187,229)
#C6C8E9
(198,200,233)
#D3D5ED
(211,213,237)
#E0E2F1
(224,226,241)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6DCD; }

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

This text font color is #6B6DCD.


Background Color

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

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

This div background color is #6B6DCD.


Border color

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

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

This div border color is #6B6DCD.


Opacity

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

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

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

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

This text has shadow with #6B6DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6DCD on black background.


Color preview on white background

This text has color #6B6DCD on white background.



Black color preview on #6B6DCD background

This text has black color on #6B6DCD background.


White color preview on #6B6DCD background

This text has white color on #6B6DCD background.