COLOR #6A7BBA

HEX: #6A7BBA
RGB: (106,123,186)

Color info

#6A7BBA contains mainly blue color. Web safe color of #6A7BBA is #6666CC (or #66C).

RGB color model

#6A7BBA color RGB value is (106,123,186).

  • red value is 106;
  • green value is 123;
  • blue value is 186.
RGB:
(106,123,186)
(42%,48%,73%)

RGB channels and saturation

R 106 of 255 = 42%
G 123 of 255 = 48%
B 186 of 255 = 73%

106
123
186

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

Portions of RGB colors in percentages

R + G + B =
106 + 123 + 186 = 415 (100%)
R 106 of 415 ~ 25.54%
G 123 of 415 ~ 29.64%
B 186 of 415 ~ 44.82%

%25.54
%29.64
%44.82

CMYK color model

#6A7BBA color CMYK value is (43,34,0,27).

  • cyan value is 43.01%
  • magenta value is 33.87%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(43,34,0,27)
C43M34Y0K27 
(43%,34%,0%,27%)
(0.43/0.34/0.00/0.27)	

CMYK percentages

%43.01
%33.87
%0
%27.06

Codes

Color #6A7BBA in popluar color models

6A7BBA
RGB106123186
HSL227°36.70%57.25%
HSB/HSV227°43.01%72.94%
CMYK43.01%33.87%0.00%
27.06%

Color #6A7BBA in popluar number systems.

HEX6A7BBA
Decimal106123186
Binary1101010111101110111010
Octal152173272

Shades and tints

Shades of #6A7BBA

#6A7BBA
(106,123,186)
#6170AA
(97,112,170)
#58659A
(88,101,154)
#4F5A8A
(79,90,138)
#464F7A
(70,79,122)
#3D446A
(61,68,106)
#34395A
(52,57,90)
#2B2E4A
(43,46,74)
#22233A
(34,35,58)
#19182A
(25,24,42)
#100D1A
(16,13,26)
#000000
(0,0,0)

Tints of #6A7BBA

#6A7BBA
(106,123,186)
#7787C0
(119,135,192)
#8493C6
(132,147,198)
#919FCC
(145,159,204)
#9EABD2
(158,171,210)
#ABB7D8
(171,183,216)
#B8C3DE
(184,195,222)
#C5CFE4
(197,207,228)
#D2DBEA
(210,219,234)
#DFE7F0
(223,231,240)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7BBA; }

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

This text font color is #6A7BBA.


Background Color

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

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

This div background color is #6A7BBA.


Border color

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

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

This div border color is #6A7BBA.


Opacity

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

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

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

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

This text has shadow with #6A7BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7BBA on black background.


Color preview on white background

This text has color #6A7BBA on white background.



Black color preview on #6A7BBA background

This text has black color on #6A7BBA background.


White color preview on #6A7BBA background

This text has white color on #6A7BBA background.