COLOR #6862A2

HEX: #6862A2
RGB: (104,98,162)

Color info

#6862A2 contains mainly red and blue colors. Web safe color of #6862A2 is #666699 (or #669).

RGB color model

#6862A2 color RGB value is (104,98,162).

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

RGB channels and saturation

R 104 of 255 = 41%
G 98 of 255 = 38%
B 162 of 255 = 64%

104
98
162

R + G + B ~ 48%. #6862A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 98 + 162 = 364 (100%)
R 104 of 364 ~ 28.57%
G 98 of 364 ~ 26.92%
B 162 of 364 ~ 44.51%

%28.57
%26.92
%44.51

CMYK color model

#6862A2 color CMYK value is (36,40,0,36).

  • cyan value is 35.80%
  • magenta value is 39.51%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(36,40,0,36)
C36M40Y0K36 
(36%,40%,0%,36%)
(0.36/0.40/0.00/0.36)	

CMYK percentages

%35.8
%39.51
%0
%36.47

Codes

Color #6862A2 in popluar color models

6862A2
RGB10498162
HSL246°25.60%50.98%
HSB/HSV246°39.51%63.53%
CMYK35.80%39.51%0.00%
36.47%

Color #6862A2 in popluar number systems.

HEX6862A2
Decimal10498162
Binary1101000110001010100010
Octal150142242

Shades and tints

Shades of #6862A2

#6862A2
(104,98,162)
#5F5A94
(95,90,148)
#565286
(86,82,134)
#4D4A78
(77,74,120)
#44426A
(68,66,106)
#3B3A5C
(59,58,92)
#32324E
(50,50,78)
#292A40
(41,42,64)
#202232
(32,34,50)
#171A24
(23,26,36)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #6862A2

#6862A2
(104,98,162)
#7570AA
(117,112,170)
#827EB2
(130,126,178)
#8F8CBA
(143,140,186)
#9C9AC2
(156,154,194)
#A9A8CA
(169,168,202)
#B6B6D2
(182,182,210)
#C3C4DA
(195,196,218)
#D0D2E2
(208,210,226)
#DDE0EA
(221,224,234)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6862A2 color. Also use rgb(104,98,162) instead hex code.

Text Font Color

.myTextColor { color: #6862A2; }

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

This text font color is #6862A2.


Background Color

.myBgColor { background-color: #6862A2; }

<div style="background-color:#6862A2">Inner text</div>

This div background color is #6862A2.


Border color

.myBorderColor { border: 1px solid #6862A2; }

<div style="border:3px solid #6862A2">Div</div>

This div border color is #6862A2.


Opacity

.myOpacity80 { color: #6862A2; opacity: 0.8; }

<p style="color:#6862A2;opacity:0.8;">80%</p>

Text with #6862A2 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 #6862A2;}

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

This text has shadow with #6862A2 color.

.textShadow {text-shadow: 3px 3px 1px #6862A2, 3px 3px 1px red;}

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

This text has shadow with #6862A2 primary color and red secondary color.


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

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

This text has shadow with #6862A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6862A2 on black background.


Color preview on white background

This text has color #6862A2 on white background.



Black color preview on #6862A2 background

This text has black color on #6862A2 background.


White color preview on #6862A2 background

This text has white color on #6862A2 background.