COLOR #6B9EAD

HEX: #6B9EAD
RGB: (107,158,173)

Color info

#6B9EAD contains mainly green and blue colors. Web safe color of #6B9EAD is #669999 (or #699).

RGB color model

#6B9EAD color RGB value is (107,158,173).

  • red value is 107;
  • green value is 158;
  • blue value is 173.
RGB:
(107,158,173)
(42%,62%,68%)

RGB channels and saturation

R 107 of 255 = 42%
G 158 of 255 = 62%
B 173 of 255 = 68%

107
158
173

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

Portions of RGB colors in percentages

R + G + B =
107 + 158 + 173 = 438 (100%)
R 107 of 438 ~ 24.43%
G 158 of 438 ~ 36.07%
B 173 of 438 ~ 39.5%

%24.43
%36.07
%39.5

CMYK color model

#6B9EAD color CMYK value is (38,9,0,32).

  • cyan value is 38.15%
  • magenta value is 8.67%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(38,9,0,32)
C38M9Y0K32 
(38%,9%,0%,32%)
(0.38/0.09/0.00/0.32)	

CMYK percentages

%38.15
%8.67
%0
%32.16

Codes

Color #6B9EAD in popluar color models

6B9EAD
RGB107158173
HSL194°28.70%54.90%
HSB/HSV194°38.15%67.84%
CMYK38.15%8.67%0.00%
32.16%

Color #6B9EAD in popluar number systems.

HEX6B9EAD
Decimal107158173
Binary11010111001111010101101
Octal153236255

Shades and tints

Shades of #6B9EAD

#6B9EAD
(107,158,173)
#62909E
(98,144,158)
#59828F
(89,130,143)
#507480
(80,116,128)
#476671
(71,102,113)
#3E5862
(62,88,98)
#354A53
(53,74,83)
#2C3C44
(44,60,68)
#232E35
(35,46,53)
#1A2026
(26,32,38)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #6B9EAD

#6B9EAD
(107,158,173)
#78A6B4
(120,166,180)
#85AEBB
(133,174,187)
#92B6C2
(146,182,194)
#9FBEC9
(159,190,201)
#ACC6D0
(172,198,208)
#B9CED7
(185,206,215)
#C6D6DE
(198,214,222)
#D3DEE5
(211,222,229)
#E0E6EC
(224,230,236)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9EAD color. Also use rgb(107,158,173) instead hex code.

Text Font Color

.myTextColor { color: #6B9EAD; }

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

This text font color is #6B9EAD.


Background Color

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

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

This div background color is #6B9EAD.


Border color

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

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

This div border color is #6B9EAD.


Opacity

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

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

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

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

This text has shadow with #6B9EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9EAD on black background.


Color preview on white background

This text has color #6B9EAD on white background.



Black color preview on #6B9EAD background

This text has black color on #6B9EAD background.


White color preview on #6B9EAD background

This text has white color on #6B9EAD background.