COLOR #6999A0

HEX: #6999A0
RGB: (105,153,160)

Color info

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

RGB color model

#6999A0 color RGB value is (105,153,160).

  • red value is 105;
  • green value is 153;
  • blue value is 160.
RGB:
(105,153,160)
(41%,60%,63%)

RGB channels and saturation

R 105 of 255 = 41%
G 153 of 255 = 60%
B 160 of 255 = 63%

105
153
160

R + G + B ~ 55%. #6999A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 153 + 160 = 418 (100%)
R 105 of 418 ~ 25.12%
G 153 of 418 ~ 36.6%
B 160 of 418 ~ 38.28%

%25.12
%36.6
%38.28

CMYK color model

#6999A0 color CMYK value is (34,4,0,37).

  • cyan value is 34.38%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(34,4,0,37)
C34M4Y0K37 
(34%,4%,0%,37%)
(0.34/0.04/0.00/0.37)	

CMYK percentages

%34.38
%4.38
%0
%37.25

Codes

Color #6999A0 in popluar color models

6999A0
RGB105153160
HSL188°22.45%51.96%
HSB/HSV188°34.38%62.75%
CMYK34.38%4.38%0.00%
37.25%

Color #6999A0 in popluar number systems.

HEX6999A0
Decimal105153160
Binary11010011001100110100000
Octal151231240

Shades and tints

Shades of #6999A0

#6999A0
(105,153,160)
#608C92
(96,140,146)
#577F84
(87,127,132)
#4E7276
(78,114,118)
#456568
(69,101,104)
#3C585A
(60,88,90)
#334B4C
(51,75,76)
#2A3E3E
(42,62,62)
#213130
(33,49,48)
#182422
(24,36,34)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #6999A0

#6999A0
(105,153,160)
#76A2A8
(118,162,168)
#83ABB0
(131,171,176)
#90B4B8
(144,180,184)
#9DBDC0
(157,189,192)
#AAC6C8
(170,198,200)
#B7CFD0
(183,207,208)
#C4D8D8
(196,216,216)
#D1E1E0
(209,225,224)
#DEEAE8
(222,234,232)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6999A0 color. Also use rgb(105,153,160) instead hex code.

Text Font Color

.myTextColor { color: #6999A0; }

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

This text font color is #6999A0.


Background Color

.myBgColor { background-color: #6999A0; }

<div style="background-color:#6999A0">Inner text</div>

This div background color is #6999A0.


Border color

.myBorderColor { border: 1px solid #6999A0; }

<div style="border:3px solid #6999A0">Div</div>

This div border color is #6999A0.


Opacity

.myOpacity80 { color: #6999A0; opacity: 0.8; }

<p style="color:#6999A0;opacity:0.8;">80%</p>

Text with #6999A0 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 #6999A0;}

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

This text has shadow with #6999A0 color.

.textShadow {text-shadow: 3px 3px 1px #6999A0, 3px 3px 1px red;}

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

This text has shadow with #6999A0 primary color and red secondary color.


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

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

This text has shadow with #6999A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6999A0 on black background.


Color preview on white background

This text has color #6999A0 on white background.



Black color preview on #6999A0 background

This text has black color on #6999A0 background.


White color preview on #6999A0 background

This text has white color on #6999A0 background.