COLOR #6A6A88

HEX: #6A6A88
RGB: (106,106,136)

Color info

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

RGB color model

#6A6A88 color RGB value is (106,106,136).

  • red value is 106;
  • green value is 106;
  • blue value is 136.
RGB:
(106,106,136)
(42%,42%,53%)

RGB channels and saturation

R 106 of 255 = 42%
G 106 of 255 = 42%
B 136 of 255 = 53%

106
106
136

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

Portions of RGB colors in percentages

R + G + B =
106 + 106 + 136 = 348 (100%)
R 106 of 348 ~ 30.46%
G 106 of 348 ~ 30.46%
B 136 of 348 ~ 39.08%

%30.46
%30.46
%39.08

CMYK color model

#6A6A88 color CMYK value is (22,22,0,47).

  • cyan value is 22.06%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(22,22,0,47)
C22M22Y0K47 
(22%,22%,0%,47%)
(0.22/0.22/0.00/0.47)	

CMYK percentages

%22.06
%22.06
%0
%46.67

Codes

Color #6A6A88 in popluar color models

6A6A88
RGB106106136
HSL240°12.40%47.45%
HSB/HSV240°22.06%53.33%
CMYK22.06%22.06%0.00%
46.67%

Color #6A6A88 in popluar number systems.

HEX6A6A88
Decimal106106136
Binary1101010110101010001000
Octal152152210

Shades and tints

Shades of #6A6A88

#6A6A88
(106,106,136)
#61617C
(97,97,124)
#585870
(88,88,112)
#4F4F64
(79,79,100)
#464658
(70,70,88)
#3D3D4C
(61,61,76)
#343440
(52,52,64)
#2B2B34
(43,43,52)
#222228
(34,34,40)
#19191C
(25,25,28)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #6A6A88

#6A6A88
(106,106,136)
#777792
(119,119,146)
#84849C
(132,132,156)
#9191A6
(145,145,166)
#9E9EB0
(158,158,176)
#ABABBA
(171,171,186)
#B8B8C4
(184,184,196)
#C5C5CE
(197,197,206)
#D2D2D8
(210,210,216)
#DFDFE2
(223,223,226)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6A88; }

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

This text font color is #6A6A88.


Background Color

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

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

This div background color is #6A6A88.


Border color

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

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

This div border color is #6A6A88.


Opacity

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

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

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

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

This text has shadow with #6A6A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6A88 on black background.


Color preview on white background

This text has color #6A6A88 on white background.



Black color preview on #6A6A88 background

This text has black color on #6A6A88 background.


White color preview on #6A6A88 background

This text has white color on #6A6A88 background.