COLOR #6A6C8A

HEX: #6A6C8A RGB: (106,108,138)

Color info

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

RGB color model

#6A6C8A color RGB value is (106,108,138).

RGB: (106,108,138) (42%, 42%, 54%)

RGB channels and saturation

R 106 of 255 = 42%
G 108 of 255 = 42%
B 138 of 255 = 54%

106
108
138

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

Portions of RGB colors in percentages

R + G + B = 106 + 108 + 138 = 352 (100%)
R 106 of 352 ~ 30.11%
G 108 of 352 ~ 30.68%
B 138 of 352 ~ 39.2'%

%30.11
%30.68
%39.2

CMYK color model

#6A6C8A color CMYK value is (23,22,0,46).

  • cyan value is 23.19%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (23,22,0,46)
C23M22Y0K46 (23%, 22%, 0%, 46%)
(0.23 / 0.22 / 0.00 / 0.46)

CMYK percentages

%23.19
%21.74
%0
%45.88

Codes

Color #6A6C8A in popluar color models

6A 6C 8A
RGB 106 108 138
HSL 236° 13.11% 47.84%
HSB/HSV 236° 23.19% 54.12%
CMYK 23.19% 21.74% 0.00%
45.88%

Color #6A6C8A in popluar number systems.

HEX 6A 6C 8A
Decimal 106 108 138
Binary 1101010 1101100 10001010
Octal 152 154 212

Shades and tints

Shades of #6A6C8A

#6A6C8A
(106,108,138)
#61637E
(97,99,126)
#585A72
(88,90,114)
#4F5166
(79,81,102)
#46485A
(70,72,90)
#3D3F4E
(61,63,78)
#343642
(52,54,66)
#2B2D36
(43,45,54)
#22242A
(34,36,42)
#191B1E
(25,27,30)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #6A6C8A

#6A6C8A
(106,108,138)
#777994
(119,121,148)
#84869E
(132,134,158)
#9193A8
(145,147,168)
#9EA0B2
(158,160,178)
#ABADBC
(171,173,188)
#B8BAC6
(184,186,198)
#C5C7D0
(197,199,208)
#D2D4DA
(210,212,218)
#DFE1E4
(223,225,228)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6C8A color. Also use rgb(106,108,138) instead hex code.

Text Font Color

.myTextColor { color: #6A6C8A; }

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

This text font color is #6A6C8A.

Background Color

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

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

This div background color is #6A6C8A.

Border color

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

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

This div border color is #6A6C8A.

Opacity

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

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

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

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

This text has shadow with #6A6C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6C8A.

Preview

Color preview on black background

This text has color #6A6C8A on black background.


Color preview on white background

This text has color #6A6C8A on white background.


Black color preview on #6A6C8A background

This text has black color on #6A6C8A background.


White color preview on #6A6C8A background

This text has white color on #6A6C8A background.


Related colors

Complementary color

Complementary color for #hex is #959375.


I love getcolorcode.com

Triadic colors

1 #8A6A6C and #6C8A6A with #6A6C8A are triadic colors.

2 #8A6C6A and #6C6A8A with #6A6C8A are triadic colors.