COLOR #6B93A6

HEX: #6B93A6
RGB: (107,147,166)

Color info

#6B93A6 contains red, green and blue colors in about the same proportion. Web safe color of #6B93A6 is #669999 (or #699).

RGB color model

#6B93A6 color RGB value is (107,147,166).

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

RGB channels and saturation

R 107 of 255 = 42%
G 147 of 255 = 58%
B 166 of 255 = 65%

107
147
166

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

Portions of RGB colors in percentages

R + G + B =
107 + 147 + 166 = 420 (100%)
R 107 of 420 ~ 25.48%
G 147 of 420 ~ 35%
B 166 of 420 ~ 39.52%

%25.48
%35
%39.52

CMYK color model

#6B93A6 color CMYK value is (36,11,0,35).

  • cyan value is 35.54%
  • magenta value is 11.45%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(36,11,0,35)
C36M11Y0K35 
(36%,11%,0%,35%)
(0.36/0.11/0.00/0.35)	

CMYK percentages

%35.54
%11.45
%0
%34.9

Codes

Color #6B93A6 in popluar color models

6B93A6
RGB107147166
HSL199°24.89%53.53%
HSB/HSV199°35.54%65.10%
CMYK35.54%11.45%0.00%
34.90%

Color #6B93A6 in popluar number systems.

HEX6B93A6
Decimal107147166
Binary11010111001001110100110
Octal153223246

Shades and tints

Shades of #6B93A6

#6B93A6
(107,147,166)
#628697
(98,134,151)
#597988
(89,121,136)
#506C79
(80,108,121)
#475F6A
(71,95,106)
#3E525B
(62,82,91)
#35454C
(53,69,76)
#2C383D
(44,56,61)
#232B2E
(35,43,46)
#1A1E1F
(26,30,31)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #6B93A6

#6B93A6
(107,147,166)
#789CAE
(120,156,174)
#85A5B6
(133,165,182)
#92AEBE
(146,174,190)
#9FB7C6
(159,183,198)
#ACC0CE
(172,192,206)
#B9C9D6
(185,201,214)
#C6D2DE
(198,210,222)
#D3DBE6
(211,219,230)
#E0E4EE
(224,228,238)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B93A6; }

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

This text font color is #6B93A6.


Background Color

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

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

This div background color is #6B93A6.


Border color

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

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

This div border color is #6B93A6.


Opacity

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

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

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

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

This text has shadow with #6B93A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B93A6 on black background.


Color preview on white background

This text has color #6B93A6 on white background.



Black color preview on #6B93A6 background

This text has black color on #6B93A6 background.


White color preview on #6B93A6 background

This text has white color on #6B93A6 background.