COLOR #6799B1

HEX: #6799B1
RGB: (103,153,177)

Color info

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

RGB color model

#6799B1 color RGB value is (103,153,177).

  • red value is 103;
  • green value is 153;
  • blue value is 177.
RGB: (103,153,177) (40%,60%,69%)

RGB channels and saturation

R 103 of 255 = 40%
G 153 of 255 = 60%
B 177 of 255 = 69%

103
153
177

R + G + B ~ 56%. #6799B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 153 + 177 = 433 (100%)
R 103 of 433 ~ 23.79%
G 153 of 433 ~ 35.33%
B 177 of 433 ~ 40.88%

%23.79
%35.33
%40.88

CMYK color model

#6799B1 color CMYK value is (42,14,0,31).

  • cyan value is 41.81%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (42,14,0,31) C42M14Y0K31 (42%,14%,0%,31%) (0.42/0.14/0.00/0.31)

CMYK percentages

%41.81
%13.56
%0
%30.59

Codes

Color #6799B1 in popluar color models

6799B1
RGB103153177
HSL199°32.17%54.90%
HSB/HSV199°41.81%69.41%
CMYK41.81%13.56%0.00%
30.59%

Color #6799B1 in popluar number systems.

HEX6799B1
Decimal103153177
Binary11001111001100110110001
Octal147231261

Shades and tints

Shades of #6799B1

#6799B1
(103,153,177)
#5E8CA1
(94,140,161)
#557F91
(85,127,145)
#4C7281
(76,114,129)
#436571
(67,101,113)
#3A5861
(58,88,97)
#314B51
(49,75,81)
#283E41
(40,62,65)
#1F3131
(31,49,49)
#162421
(22,36,33)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #6799B1

#6799B1
(103,153,177)
#74A2B8
(116,162,184)
#81ABBF
(129,171,191)
#8EB4C6
(142,180,198)
#9BBDCD
(155,189,205)
#A8C6D4
(168,198,212)
#B5CFDB
(181,207,219)
#C2D8E2
(194,216,226)
#CFE1E9
(207,225,233)
#DCEAF0
(220,234,240)
#E9F3F7
(233,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6799B1 color. Also use rgb(103,153,177) instead hex code.

Text Font Color

.myTextColor { color: #6799B1; }

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

This text font color is #6799B1.


Background Color

.myBgColor { background-color: #6799B1; }

<div style="background-color:#6799B1">Inner text</div>

This div background color is #6799B1.


Border color

.myBorderColor { border: 1px solid #6799B1; }

<div style="border:3px solid #6799B1">Div</div>

This div border color is #6799B1.


Opacity

.myOpacity80 { color: #6799B1; opacity: 0.8; }

<p style="color:#6799B1;opacity:0.8;">80%</p>

Text with #6799B1 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 #6799B1;}

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

This text has shadow with #6799B1 color.

.textShadow {text-shadow: 3px 3px 1px #6799B1, 3px 3px 1px red;}

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

This text has shadow with #6799B1 primary color and red secondary color.


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

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

This text has shadow with #6799B1 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #6799B1; -webkit-box-shadow:	1px 1px 3px 2px #6799B1; box-shadow:	1px 1px 3px 2px #6799B1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6799B1; -webkit-box-shadow: 1px 1px 3px 2px #6799B1; box-shadow:1px 1px 3px 2px #6799B1;">
Div content here</div>
This div box has shadow with color #6799B1.

Preview

Color preview on black background

This text has color #6799B1 on black background.


Color preview on white background

This text has color #6799B1 on white background.



Black color preview on #6799B1 background

This text has black color on #6799B1 background.


White color preview on #6799B1 background

This text has white color on #6799B1 background.