COLOR #6B7093

HEX: #6B7093
RGB: (107,112,147)

Color info

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

RGB color model

#6B7093 color RGB value is (107,112,147).

  • red value is 107;
  • green value is 112;
  • blue value is 147.
RGB:
(107,112,147)
(42%,44%,58%)

RGB channels and saturation

R 107 of 255 = 42%
G 112 of 255 = 44%
B 147 of 255 = 58%

107
112
147

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

Portions of RGB colors in percentages

R + G + B =
107 + 112 + 147 = 366 (100%)
R 107 of 366 ~ 29.23%
G 112 of 366 ~ 30.6%
B 147 of 366 ~ 40.16%

%29.23
%30.6
%40.16

CMYK color model

#6B7093 color CMYK value is (27,24,0,42).

  • cyan value is 27.21%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(27,24,0,42)
C27M24Y0K42 
(27%,24%,0%,42%)
(0.27/0.24/0.00/0.42)	

CMYK percentages

%27.21
%23.81
%0
%42.35

Codes

Color #6B7093 in popluar color models

6B7093
RGB107112147
HSL233°15.75%49.80%
HSB/HSV233°27.21%57.65%
CMYK27.21%23.81%0.00%
42.35%

Color #6B7093 in popluar number systems.

HEX6B7093
Decimal107112147
Binary1101011111000010010011
Octal153160223

Shades and tints

Shades of #6B7093

#6B7093
(107,112,147)
#626686
(98,102,134)
#595C79
(89,92,121)
#50526C
(80,82,108)
#47485F
(71,72,95)
#3E3E52
(62,62,82)
#353445
(53,52,69)
#2C2A38
(44,42,56)
#23202B
(35,32,43)
#1A161E
(26,22,30)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #6B7093

#6B7093
(107,112,147)
#787D9C
(120,125,156)
#858AA5
(133,138,165)
#9297AE
(146,151,174)
#9FA4B7
(159,164,183)
#ACB1C0
(172,177,192)
#B9BEC9
(185,190,201)
#C6CBD2
(198,203,210)
#D3D8DB
(211,216,219)
#E0E5E4
(224,229,228)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7093 color. Also use rgb(107,112,147) instead hex code.

Text Font Color

.myTextColor { color: #6B7093; }

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

This text font color is #6B7093.


Background Color

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

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

This div background color is #6B7093.


Border color

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

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

This div border color is #6B7093.


Opacity

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

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

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

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

This text has shadow with #6B7093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7093 on black background.


Color preview on white background

This text has color #6B7093 on white background.



Black color preview on #6B7093 background

This text has black color on #6B7093 background.


White color preview on #6B7093 background

This text has white color on #6B7093 background.