COLOR #6868A3

HEX: #6868A3
RGB: (104,104,163)

Color info

#6868A3 contains red, green and blue colors in about the same proportion. Web safe color of #6868A3 is #666699 (or #669).

RGB color model

#6868A3 color RGB value is (104,104,163).

  • red value is 104;
  • green value is 104;
  • blue value is 163.
RGB:
(104,104,163)
(41%,41%,64%)

RGB channels and saturation

R 104 of 255 = 41%
G 104 of 255 = 41%
B 163 of 255 = 64%

104
104
163

R + G + B ~ 49%. #6868A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 104 + 163 = 371 (100%)
R 104 of 371 ~ 28.03%
G 104 of 371 ~ 28.03%
B 163 of 371 ~ 43.94%

%28.03
%28.03
%43.94

CMYK color model

#6868A3 color CMYK value is (36,36,0,36).

  • cyan value is 36.20%
  • magenta value is 36.20%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(36,36,0,36)
C36M36Y0K36 
(36%,36%,0%,36%)
(0.36/0.36/0.00/0.36)	

CMYK percentages

%36.2
%36.2
%0
%36.08

Codes

Color #6868A3 in popluar color models

6868A3
RGB104104163
HSL240°24.28%52.35%
HSB/HSV240°36.20%63.92%
CMYK36.20%36.20%0.00%
36.08%

Color #6868A3 in popluar number systems.

HEX6868A3
Decimal104104163
Binary1101000110100010100011
Octal150150243

Shades and tints

Shades of #6868A3

#6868A3
(104,104,163)
#5F5F95
(95,95,149)
#565687
(86,86,135)
#4D4D79
(77,77,121)
#44446B
(68,68,107)
#3B3B5D
(59,59,93)
#32324F
(50,50,79)
#292941
(41,41,65)
#202033
(32,32,51)
#171725
(23,23,37)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #6868A3

#6868A3
(104,104,163)
#7575AB
(117,117,171)
#8282B3
(130,130,179)
#8F8FBB
(143,143,187)
#9C9CC3
(156,156,195)
#A9A9CB
(169,169,203)
#B6B6D3
(182,182,211)
#C3C3DB
(195,195,219)
#D0D0E3
(208,208,227)
#DDDDEB
(221,221,235)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6868A3 color. Also use rgb(104,104,163) instead hex code.

Text Font Color

.myTextColor { color: #6868A3; }

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

This text font color is #6868A3.


Background Color

.myBgColor { background-color: #6868A3; }

<div style="background-color:#6868A3">Inner text</div>

This div background color is #6868A3.


Border color

.myBorderColor { border: 1px solid #6868A3; }

<div style="border:3px solid #6868A3">Div</div>

This div border color is #6868A3.


Opacity

.myOpacity80 { color: #6868A3; opacity: 0.8; }

<p style="color:#6868A3;opacity:0.8;">80%</p>

Text with #6868A3 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 #6868A3;}

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

This text has shadow with #6868A3 color.

.textShadow {text-shadow: 3px 3px 1px #6868A3, 3px 3px 1px red;}

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

This text has shadow with #6868A3 primary color and red secondary color.


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

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

This text has shadow with #6868A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6868A3 on black background.


Color preview on white background

This text has color #6868A3 on white background.



Black color preview on #6868A3 background

This text has black color on #6868A3 background.


White color preview on #6868A3 background

This text has white color on #6868A3 background.