COLOR #6B8299

HEX: #6B8299
RGB: (107,130,153)

Color info

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

RGB color model

#6B8299 color RGB value is (107,130,153).

  • red value is 107;
  • green value is 130;
  • blue value is 153.
RGB:
(107,130,153)
(42%,51%,60%)

RGB channels and saturation

R 107 of 255 = 42%
G 130 of 255 = 51%
B 153 of 255 = 60%

107
130
153

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

Portions of RGB colors in percentages

R + G + B =
107 + 130 + 153 = 390 (100%)
R 107 of 390 ~ 27.44%
G 130 of 390 ~ 33.33%
B 153 of 390 ~ 39.23%

%27.44
%33.33
%39.23

CMYK color model

#6B8299 color CMYK value is (30,15,0,40).

  • cyan value is 30.07%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(30,15,0,40)
C30M15Y0K40 
(30%,15%,0%,40%)
(0.30/0.15/0.00/0.40)	

CMYK percentages

%30.07
%15.03
%0
%40

Codes

Color #6B8299 in popluar color models

6B8299
RGB107130153
HSL210°18.40%50.98%
HSB/HSV210°30.07%60.00%
CMYK30.07%15.03%0.00%
40.00%

Color #6B8299 in popluar number systems.

HEX6B8299
Decimal107130153
Binary11010111000001010011001
Octal153202231

Shades and tints

Shades of #6B8299

#6B8299
(107,130,153)
#62778C
(98,119,140)
#596C7F
(89,108,127)
#506172
(80,97,114)
#475665
(71,86,101)
#3E4B58
(62,75,88)
#35404B
(53,64,75)
#2C353E
(44,53,62)
#232A31
(35,42,49)
#1A1F24
(26,31,36)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #6B8299

#6B8299
(107,130,153)
#788DA2
(120,141,162)
#8598AB
(133,152,171)
#92A3B4
(146,163,180)
#9FAEBD
(159,174,189)
#ACB9C6
(172,185,198)
#B9C4CF
(185,196,207)
#C6CFD8
(198,207,216)
#D3DAE1
(211,218,225)
#E0E5EA
(224,229,234)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8299 color. Also use rgb(107,130,153) instead hex code.

Text Font Color

.myTextColor { color: #6B8299; }

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

This text font color is #6B8299.


Background Color

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

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

This div background color is #6B8299.


Border color

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

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

This div border color is #6B8299.


Opacity

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

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

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

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

This text has shadow with #6B8299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8299 on black background.


Color preview on white background

This text has color #6B8299 on white background.



Black color preview on #6B8299 background

This text has black color on #6B8299 background.


White color preview on #6B8299 background

This text has white color on #6B8299 background.