COLOR #6C99B7

HEX: #6C99B7
RGB: (108,153,183)

Color info

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

RGB color model

#6C99B7 color RGB value is (108,153,183).

  • red value is 108;
  • green value is 153;
  • blue value is 183.
RGB:
(108,153,183)
(42%,60%,72%)

RGB channels and saturation

R 108 of 255 = 42%
G 153 of 255 = 60%
B 183 of 255 = 72%

108
153
183

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

Portions of RGB colors in percentages

R + G + B =
108 + 153 + 183 = 444 (100%)
R 108 of 444 ~ 24.32%
G 153 of 444 ~ 34.46%
B 183 of 444 ~ 41.22%

%24.32
%34.46
%41.22

CMYK color model

#6C99B7 color CMYK value is (41,16,0,28).

  • cyan value is 40.98%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(41,16,0,28)
C41M16Y0K28 
(41%,16%,0%,28%)
(0.41/0.16/0.00/0.28)	

CMYK percentages

%40.98
%16.39
%0
%28.24

Codes

Color #6C99B7 in popluar color models

6C99B7
RGB108153183
HSL204°34.25%57.06%
HSB/HSV204°40.98%71.76%
CMYK40.98%16.39%0.00%
28.24%

Color #6C99B7 in popluar number systems.

HEX6C99B7
Decimal108153183
Binary11011001001100110110111
Octal154231267

Shades and tints

Shades of #6C99B7

#6C99B7
(108,153,183)
#638CA7
(99,140,167)
#5A7F97
(90,127,151)
#517287
(81,114,135)
#486577
(72,101,119)
#3F5867
(63,88,103)
#364B57
(54,75,87)
#2D3E47
(45,62,71)
#243137
(36,49,55)
#1B2427
(27,36,39)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #6C99B7

#6C99B7
(108,153,183)
#79A2BD
(121,162,189)
#86ABC3
(134,171,195)
#93B4C9
(147,180,201)
#A0BDCF
(160,189,207)
#ADC6D5
(173,198,213)
#BACFDB
(186,207,219)
#C7D8E1
(199,216,225)
#D4E1E7
(212,225,231)
#E1EAED
(225,234,237)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C99B7 color. Also use rgb(108,153,183) instead hex code.

Text Font Color

.myTextColor { color: #6C99B7; }

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

This text font color is #6C99B7.


Background Color

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

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

This div background color is #6C99B7.


Border color

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

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

This div border color is #6C99B7.


Opacity

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

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

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

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

This text has shadow with #6C99B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C99B7 on black background.


Color preview on white background

This text has color #6C99B7 on white background.



Black color preview on #6C99B7 background

This text has black color on #6C99B7 background.


White color preview on #6C99B7 background

This text has white color on #6C99B7 background.