COLOR #6867CD

HEX: #6867CD RGB: (104,103,205)

Color info

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

RGB color model

#6867CD color RGB value is (104,103,205).

RGB: (104,103,205) (41%, 40%, 80%)

RGB channels and saturation

R 104 of 255 = 41%
G 103 of 255 = 40%
B 205 of 255 = 80%

104
103
205

R + G + B ~ 54%. #6867CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 103 + 205 = 412 (100%)
R 104 of 412 ~ 25.24%
G 103 of 412 ~ 25%
B 205 of 412 ~ 49.76'%

%25.24
%25
%49.76

CMYK color model

#6867CD color CMYK value is (49,50,0,20).

  • cyan value is 49.27%
  • magenta value is 49.76%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (49,50,0,20)
C49M50Y0K20 (49%, 50%, 0%, 20%)
(0.49 / 0.50 / 0.00 / 0.20)

CMYK percentages

%49.27
%49.76
%0
%19.61

Codes

Color #6867CD in popluar color models

68 67 CD
RGB 104 103 205
HSL 241° 50.50% 60.39%
HSB/HSV 241° 49.76% 80.39%
CMYK 49.27% 49.76% 0.00%
19.61%

Color #6867CD in popluar number systems.

HEX 68 67 CD
Decimal 104 103 205
Binary 1101000 1100111 11001101
Octal 150 147 315

Shades and tints

Shades of #6867CD

#6867CD
(104,103,205)
#5F5EBB
(95,94,187)
#5655A9
(86,85,169)
#4D4C97
(77,76,151)
#444385
(68,67,133)
#3B3A73
(59,58,115)
#323161
(50,49,97)
#29284F
(41,40,79)
#201F3D
(32,31,61)
#17162B
(23,22,43)
#0E0D19
(14,13,25)
#000000
(0,0,0)

Tints of #6867CD

#6867CD
(104,103,205)
#7574D1
(117,116,209)
#8281D5
(130,129,213)
#8F8ED9
(143,142,217)
#9C9BDD
(156,155,221)
#A9A8E1
(169,168,225)
#B6B5E5
(182,181,229)
#C3C2E9
(195,194,233)
#D0CFED
(208,207,237)
#DDDCF1
(221,220,241)
#EAE9F5
(234,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6867CD color. Also use rgb(104,103,205) instead hex code.

Text Font Color

.myTextColor { color: #6867CD; }

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

This text font color is #6867CD.

Background Color

.myBgColor { background-color: #6867CD; }

<div style="background-color:#6867CD">Inner text</div>

This div background color is #6867CD.

Border color

.myBorderColor { border: 1px solid #6867CD; }

<div style="border:3px solid #6867CD">Div</div>

This div border color is #6867CD.

Opacity

.myOpacity80 { color: #6867CD; opacity: 0.8; }

<p style="color:#6867CD;opacity:0.8;">80%</p>

Text with #6867CD 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 #6867CD;}

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

This text has shadow with #6867CD color.


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

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

This text has shadow with #6867CD primary color and red secondary color.


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

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

This text has shadow with #6867CD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6867CD.

Preview

Color preview on black background

This text has color #6867CD on black background.


Color preview on white background

This text has color #6867CD on white background.


Black color preview on #6867CD background

This text has black color on #6867CD background.


White color preview on #6867CD background

This text has white color on #6867CD background.


Related colors

Complementary color

Complementary color for #hex is #979832.


I love getcolorcode.com

Triadic colors

1 #CD6867 and #67CD68 with #6867CD are triadic colors.

2 #CD6768 and #6768CD with #6867CD are triadic colors.