COLOR #6A7B95

HEX: #6A7B95
RGB: (106,123,149)

Color info

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

RGB color model

#6A7B95 color RGB value is (106,123,149).

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

RGB channels and saturation

R 106 of 255 = 42%
G 123 of 255 = 48%
B 149 of 255 = 58%

106
123
149

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

Portions of RGB colors in percentages

R + G + B =
106 + 123 + 149 = 378 (100%)
R 106 of 378 ~ 28.04%
G 123 of 378 ~ 32.54%
B 149 of 378 ~ 39.42%

%28.04
%32.54
%39.42

CMYK color model

#6A7B95 color CMYK value is (29,17,0,42).

  • cyan value is 28.86%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(29,17,0,42)
C29M17Y0K42 
(29%,17%,0%,42%)
(0.29/0.17/0.00/0.42)	

CMYK percentages

%28.86
%17.45
%0
%41.57

Codes

Color #6A7B95 in popluar color models

6A7B95
RGB106123149
HSL216°16.86%50.00%
HSB/HSV216°28.86%58.43%
CMYK28.86%17.45%0.00%
41.57%

Color #6A7B95 in popluar number systems.

HEX6A7B95
Decimal106123149
Binary1101010111101110010101
Octal152173225

Shades and tints

Shades of #6A7B95

#6A7B95
(106,123,149)
#617088
(97,112,136)
#58657B
(88,101,123)
#4F5A6E
(79,90,110)
#464F61
(70,79,97)
#3D4454
(61,68,84)
#343947
(52,57,71)
#2B2E3A
(43,46,58)
#22232D
(34,35,45)
#191820
(25,24,32)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #6A7B95

#6A7B95
(106,123,149)
#77879E
(119,135,158)
#8493A7
(132,147,167)
#919FB0
(145,159,176)
#9EABB9
(158,171,185)
#ABB7C2
(171,183,194)
#B8C3CB
(184,195,203)
#C5CFD4
(197,207,212)
#D2DBDD
(210,219,221)
#DFE7E6
(223,231,230)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7B95; }

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

This text font color is #6A7B95.


Background Color

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

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

This div background color is #6A7B95.


Border color

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

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

This div border color is #6A7B95.


Opacity

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

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

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

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

This text has shadow with #6A7B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7B95 on black background.


Color preview on white background

This text has color #6A7B95 on white background.



Black color preview on #6A7B95 background

This text has black color on #6A7B95 background.


White color preview on #6A7B95 background

This text has white color on #6A7B95 background.