COLOR #6B94B8

HEX: #6B94B8
RGB: (107,148,184)

Color info

#6B94B8 contains mainly green and blue colors. Web safe color of #6B94B8 is #6699CC (or #69C).

RGB color model

#6B94B8 color RGB value is (107,148,184).

  • red value is 107;
  • green value is 148;
  • blue value is 184.
RGB:
(107,148,184)
(42%,58%,72%)

RGB channels and saturation

R 107 of 255 = 42%
G 148 of 255 = 58%
B 184 of 255 = 72%

107
148
184

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

Portions of RGB colors in percentages

R + G + B =
107 + 148 + 184 = 439 (100%)
R 107 of 439 ~ 24.37%
G 148 of 439 ~ 33.71%
B 184 of 439 ~ 41.91%

%24.37
%33.71
%41.91

CMYK color model

#6B94B8 color CMYK value is (42,20,0,28).

  • cyan value is 41.85%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(42,20,0,28)
C42M20Y0K28 
(42%,20%,0%,28%)
(0.42/0.20/0.00/0.28)	

CMYK percentages

%41.85
%19.57
%0
%27.84

Codes

Color #6B94B8 in popluar color models

6B94B8
RGB107148184
HSL208°35.16%57.06%
HSB/HSV208°41.85%72.16%
CMYK41.85%19.57%0.00%
27.84%

Color #6B94B8 in popluar number systems.

HEX6B94B8
Decimal107148184
Binary11010111001010010111000
Octal153224270

Shades and tints

Shades of #6B94B8

#6B94B8
(107,148,184)
#6287A8
(98,135,168)
#597A98
(89,122,152)
#506D88
(80,109,136)
#476078
(71,96,120)
#3E5368
(62,83,104)
#354658
(53,70,88)
#2C3948
(44,57,72)
#232C38
(35,44,56)
#1A1F28
(26,31,40)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #6B94B8

#6B94B8
(107,148,184)
#789DBE
(120,157,190)
#85A6C4
(133,166,196)
#92AFCA
(146,175,202)
#9FB8D0
(159,184,208)
#ACC1D6
(172,193,214)
#B9CADC
(185,202,220)
#C6D3E2
(198,211,226)
#D3DCE8
(211,220,232)
#E0E5EE
(224,229,238)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B94B8 color. Also use rgb(107,148,184) instead hex code.

Text Font Color

.myTextColor { color: #6B94B8; }

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

This text font color is #6B94B8.


Background Color

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

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

This div background color is #6B94B8.


Border color

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

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

This div border color is #6B94B8.


Opacity

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

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

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

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

This text has shadow with #6B94B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B94B8 on black background.


Color preview on white background

This text has color #6B94B8 on white background.



Black color preview on #6B94B8 background

This text has black color on #6B94B8 background.


White color preview on #6B94B8 background

This text has white color on #6B94B8 background.