COLOR #6A6BB3

HEX: #6A6BB3
RGB: (106,107,179)

Color info

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

RGB color model

#6A6BB3 color RGB value is (106,107,179).

  • red value is 106;
  • green value is 107;
  • blue value is 179.
RGB:
(106,107,179)
(42%,42%,70%)

RGB channels and saturation

R 106 of 255 = 42%
G 107 of 255 = 42%
B 179 of 255 = 70%

106
107
179

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

Portions of RGB colors in percentages

R + G + B =
106 + 107 + 179 = 392 (100%)
R 106 of 392 ~ 27.04%
G 107 of 392 ~ 27.3%
B 179 of 392 ~ 45.66%

%27.04
%27.3
%45.66

CMYK color model

#6A6BB3 color CMYK value is (41,40,0,30).

  • cyan value is 40.78%
  • magenta value is 40.22%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(41,40,0,30)
C41M40Y0K30 
(41%,40%,0%,30%)
(0.41/0.40/0.00/0.30)	

CMYK percentages

%40.78
%40.22
%0
%29.8

Codes

Color #6A6BB3 in popluar color models

6A6BB3
RGB106107179
HSL239°32.44%55.88%
HSB/HSV239°40.78%70.20%
CMYK40.78%40.22%0.00%
29.80%

Color #6A6BB3 in popluar number systems.

HEX6A6BB3
Decimal106107179
Binary1101010110101110110011
Octal152153263

Shades and tints

Shades of #6A6BB3

#6A6BB3
(106,107,179)
#6162A3
(97,98,163)
#585993
(88,89,147)
#4F5083
(79,80,131)
#464773
(70,71,115)
#3D3E63
(61,62,99)
#343553
(52,53,83)
#2B2C43
(43,44,67)
#222333
(34,35,51)
#191A23
(25,26,35)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #6A6BB3

#6A6BB3
(106,107,179)
#7778B9
(119,120,185)
#8485BF
(132,133,191)
#9192C5
(145,146,197)
#9E9FCB
(158,159,203)
#ABACD1
(171,172,209)
#B8B9D7
(184,185,215)
#C5C6DD
(197,198,221)
#D2D3E3
(210,211,227)
#DFE0E9
(223,224,233)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6BB3; }

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

This text font color is #6A6BB3.


Background Color

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

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

This div background color is #6A6BB3.


Border color

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

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

This div border color is #6A6BB3.


Opacity

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

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

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

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

This text has shadow with #6A6BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6BB3 on black background.


Color preview on white background

This text has color #6A6BB3 on white background.



Black color preview on #6A6BB3 background

This text has black color on #6A6BB3 background.


White color preview on #6A6BB3 background

This text has white color on #6A6BB3 background.