COLOR #6681A1

HEX: #6681A1
RGB: (102,129,161)

Color info

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

RGB color model

#6681A1 color RGB value is (102,129,161).

  • red value is 102;
  • green value is 129;
  • blue value is 161.
RGB:
(102,129,161)
(40%,51%,63%)

RGB channels and saturation

R 102 of 255 = 40%
G 129 of 255 = 51%
B 161 of 255 = 63%

102
129
161

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

Portions of RGB colors in percentages

R + G + B =
102 + 129 + 161 = 392 (100%)
R 102 of 392 ~ 26.02%
G 129 of 392 ~ 32.91%
B 161 of 392 ~ 41.07%

%26.02
%32.91
%41.07

CMYK color model

#6681A1 color CMYK value is (37,20,0,37).

  • cyan value is 36.65%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(37,20,0,37)
C37M20Y0K37 
(37%,20%,0%,37%)
(0.37/0.20/0.00/0.37)	

CMYK percentages

%36.65
%19.88
%0
%36.86

Codes

Color #6681A1 in popluar color models

6681A1
RGB102129161
HSL213°23.89%51.57%
HSB/HSV213°36.65%63.14%
CMYK36.65%19.88%0.00%
36.86%

Color #6681A1 in popluar number systems.

HEX6681A1
Decimal102129161
Binary11001101000000110100001
Octal146201241

Shades and tints

Shades of #6681A1

#6681A1
(102,129,161)
#5D7693
(93,118,147)
#546B85
(84,107,133)
#4B6077
(75,96,119)
#425569
(66,85,105)
#394A5B
(57,74,91)
#303F4D
(48,63,77)
#27343F
(39,52,63)
#1E2931
(30,41,49)
#151E23
(21,30,35)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #6681A1

#6681A1
(102,129,161)
#738CA9
(115,140,169)
#8097B1
(128,151,177)
#8DA2B9
(141,162,185)
#9AADC1
(154,173,193)
#A7B8C9
(167,184,201)
#B4C3D1
(180,195,209)
#C1CED9
(193,206,217)
#CED9E1
(206,217,225)
#DBE4E9
(219,228,233)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6681A1 color. Also use rgb(102,129,161) instead hex code.

Text Font Color

.myTextColor { color: #6681A1; }

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

This text font color is #6681A1.


Background Color

.myBgColor { background-color: #6681A1; }

<div style="background-color:#6681A1">Inner text</div>

This div background color is #6681A1.


Border color

.myBorderColor { border: 1px solid #6681A1; }

<div style="border:3px solid #6681A1">Div</div>

This div border color is #6681A1.


Opacity

.myOpacity80 { color: #6681A1; opacity: 0.8; }

<p style="color:#6681A1;opacity:0.8;">80%</p>

Text with #6681A1 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 #6681A1;}

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

This text has shadow with #6681A1 color.

.textShadow {text-shadow: 3px 3px 1px #6681A1, 3px 3px 1px red;}

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

This text has shadow with #6681A1 primary color and red secondary color.


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

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

This text has shadow with #6681A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6681A1 on black background.


Color preview on white background

This text has color #6681A1 on white background.



Black color preview on #6681A1 background

This text has black color on #6681A1 background.


White color preview on #6681A1 background

This text has white color on #6681A1 background.