COLOR #6A6FAC

HEX: #6A6FAC
RGB: (106,111,172)

Color info

#6A6FAC contains mainly blue color. Web safe color of #6A6FAC is #666699 (or #669).

RGB color model

#6A6FAC color RGB value is (106,111,172).

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

RGB channels and saturation

R 106 of 255 = 42%
G 111 of 255 = 44%
B 172 of 255 = 67%

106
111
172

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

Portions of RGB colors in percentages

R + G + B =
106 + 111 + 172 = 389 (100%)
R 106 of 389 ~ 27.25%
G 111 of 389 ~ 28.53%
B 172 of 389 ~ 44.22%

%27.25
%28.53
%44.22

CMYK color model

#6A6FAC color CMYK value is (38,35,0,33).

  • cyan value is 38.37%
  • magenta value is 35.47%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(38,35,0,33)
C38M35Y0K33 
(38%,35%,0%,33%)
(0.38/0.35/0.00/0.33)	

CMYK percentages

%38.37
%35.47
%0
%32.55

Codes

Color #6A6FAC in popluar color models

6A6FAC
RGB106111172
HSL235°28.45%54.51%
HSB/HSV235°38.37%67.45%
CMYK38.37%35.47%0.00%
32.55%

Color #6A6FAC in popluar number systems.

HEX6A6FAC
Decimal106111172
Binary1101010110111110101100
Octal152157254

Shades and tints

Shades of #6A6FAC

#6A6FAC
(106,111,172)
#61659D
(97,101,157)
#585B8E
(88,91,142)
#4F517F
(79,81,127)
#464770
(70,71,112)
#3D3D61
(61,61,97)
#343352
(52,51,82)
#2B2943
(43,41,67)
#221F34
(34,31,52)
#191525
(25,21,37)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #6A6FAC

#6A6FAC
(106,111,172)
#777CB3
(119,124,179)
#8489BA
(132,137,186)
#9196C1
(145,150,193)
#9EA3C8
(158,163,200)
#ABB0CF
(171,176,207)
#B8BDD6
(184,189,214)
#C5CADD
(197,202,221)
#D2D7E4
(210,215,228)
#DFE4EB
(223,228,235)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6FAC; }

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

This text font color is #6A6FAC.


Background Color

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

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

This div background color is #6A6FAC.


Border color

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

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

This div border color is #6A6FAC.


Opacity

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

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

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

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

This text has shadow with #6A6FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6FAC on black background.


Color preview on white background

This text has color #6A6FAC on white background.



Black color preview on #6A6FAC background

This text has black color on #6A6FAC background.


White color preview on #6A6FAC background

This text has white color on #6A6FAC background.