COLOR #6A6F8B

HEX: #6A6F8B
RGB: (106,111,139)

Color info

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

RGB color model

#6A6F8B color RGB value is (106,111,139).

  • red value is 106;
  • green value is 111;
  • blue value is 139.
RGB:
(106,111,139)
(42%,44%,55%)

RGB channels and saturation

R 106 of 255 = 42%
G 111 of 255 = 44%
B 139 of 255 = 55%

106
111
139

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

Portions of RGB colors in percentages

R + G + B =
106 + 111 + 139 = 356 (100%)
R 106 of 356 ~ 29.78%
G 111 of 356 ~ 31.18%
B 139 of 356 ~ 39.04%

%29.78
%31.18
%39.04

CMYK color model

#6A6F8B color CMYK value is (24,20,0,45).

  • cyan value is 23.74%
  • magenta value is 20.14%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(24,20,0,45)
C24M20Y0K45 
(24%,20%,0%,45%)
(0.24/0.20/0.00/0.45)	

CMYK percentages

%23.74
%20.14
%0
%45.49

Codes

Color #6A6F8B in popluar color models

6A6F8B
RGB106111139
HSL231°13.47%48.04%
HSB/HSV231°23.74%54.51%
CMYK23.74%20.14%0.00%
45.49%

Color #6A6F8B in popluar number systems.

HEX6A6F8B
Decimal106111139
Binary1101010110111110001011
Octal152157213

Shades and tints

Shades of #6A6F8B

#6A6F8B
(106,111,139)
#61657F
(97,101,127)
#585B73
(88,91,115)
#4F5167
(79,81,103)
#46475B
(70,71,91)
#3D3D4F
(61,61,79)
#343343
(52,51,67)
#2B2937
(43,41,55)
#221F2B
(34,31,43)
#19151F
(25,21,31)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #6A6F8B

#6A6F8B
(106,111,139)
#777C95
(119,124,149)
#84899F
(132,137,159)
#9196A9
(145,150,169)
#9EA3B3
(158,163,179)
#ABB0BD
(171,176,189)
#B8BDC7
(184,189,199)
#C5CAD1
(197,202,209)
#D2D7DB
(210,215,219)
#DFE4E5
(223,228,229)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6F8B; }

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

This text font color is #6A6F8B.


Background Color

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

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

This div background color is #6A6F8B.


Border color

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

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

This div border color is #6A6F8B.


Opacity

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

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

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

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

This text has shadow with #6A6F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6F8B on black background.


Color preview on white background

This text has color #6A6F8B on white background.



Black color preview on #6A6F8B background

This text has black color on #6A6F8B background.


White color preview on #6A6F8B background

This text has white color on #6A6F8B background.