COLOR #6B99B3

HEX: #6B99B3
RGB: (107,153,179)

Color info

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

RGB color model

#6B99B3 color RGB value is (107,153,179).

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

RGB channels and saturation

R 107 of 255 = 42%
G 153 of 255 = 60%
B 179 of 255 = 70%

107
153
179

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

Portions of RGB colors in percentages

R + G + B =
107 + 153 + 179 = 439 (100%)
R 107 of 439 ~ 24.37%
G 153 of 439 ~ 34.85%
B 179 of 439 ~ 40.77%

%24.37
%34.85
%40.77

CMYK color model

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

  • cyan value is 40.22%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(40,15,0,30)
C40M15Y0K30 
(40%,15%,0%,30%)
(0.40/0.15/0.00/0.30)	

CMYK percentages

%40.22
%14.53
%0
%29.8

Codes

Color #6B99B3 in popluar color models

6B99B3
RGB107153179
HSL202°32.14%56.08%
HSB/HSV202°40.22%70.20%
CMYK40.22%14.53%0.00%
29.80%

Color #6B99B3 in popluar number systems.

HEX6B99B3
Decimal107153179
Binary11010111001100110110011
Octal153231263

Shades and tints

Shades of #6B99B3

#6B99B3
(107,153,179)
#628CA3
(98,140,163)
#597F93
(89,127,147)
#507283
(80,114,131)
#476573
(71,101,115)
#3E5863
(62,88,99)
#354B53
(53,75,83)
#2C3E43
(44,62,67)
#233133
(35,49,51)
#1A2423
(26,36,35)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #6B99B3

#6B99B3
(107,153,179)
#78A2B9
(120,162,185)
#85ABBF
(133,171,191)
#92B4C5
(146,180,197)
#9FBDCB
(159,189,203)
#ACC6D1
(172,198,209)
#B9CFD7
(185,207,215)
#C6D8DD
(198,216,221)
#D3E1E3
(211,225,227)
#E0EAE9
(224,234,233)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B99B3; }

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

This text font color is #6B99B3.


Background Color

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

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

This div background color is #6B99B3.


Border color

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

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

This div border color is #6B99B3.


Opacity

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

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

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

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

This text has shadow with #6B99B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B99B3 on black background.


Color preview on white background

This text has color #6B99B3 on white background.



Black color preview on #6B99B3 background

This text has black color on #6B99B3 background.


White color preview on #6B99B3 background

This text has white color on #6B99B3 background.