COLOR #6676A1

HEX: #6676A1
RGB: (102,118,161)

Color info

#6676A1 contains red, green and blue colors in about the same proportion. Web safe color of #6676A1 is #666699 (or #669).

RGB color model

#6676A1 color RGB value is (102,118,161).

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

RGB channels and saturation

R 102 of 255 = 40%
G 118 of 255 = 46%
B 161 of 255 = 63%

102
118
161

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

Portions of RGB colors in percentages

R + G + B =
102 + 118 + 161 = 381 (100%)
R 102 of 381 ~ 26.77%
G 118 of 381 ~ 30.97%
B 161 of 381 ~ 42.26%

%26.77
%30.97
%42.26

CMYK color model

#6676A1 color CMYK value is (37,27,0,37).

  • cyan value is 36.65%
  • magenta value is 26.71%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(37,27,0,37)
C37M27Y0K37 
(37%,27%,0%,37%)
(0.37/0.27/0.00/0.37)	

CMYK percentages

%36.65
%26.71
%0
%36.86

Codes

Color #6676A1 in popluar color models

6676A1
RGB102118161
HSL224°23.89%51.57%
HSB/HSV224°36.65%63.14%
CMYK36.65%26.71%0.00%
36.86%

Color #6676A1 in popluar number systems.

HEX6676A1
Decimal102118161
Binary1100110111011010100001
Octal146166241

Shades and tints

Shades of #6676A1

#6676A1
(102,118,161)
#5D6C93
(93,108,147)
#546285
(84,98,133)
#4B5877
(75,88,119)
#424E69
(66,78,105)
#39445B
(57,68,91)
#303A4D
(48,58,77)
#27303F
(39,48,63)
#1E2631
(30,38,49)
#151C23
(21,28,35)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #6676A1

#6676A1
(102,118,161)
#7382A9
(115,130,169)
#808EB1
(128,142,177)
#8D9AB9
(141,154,185)
#9AA6C1
(154,166,193)
#A7B2C9
(167,178,201)
#B4BED1
(180,190,209)
#C1CAD9
(193,202,217)
#CED6E1
(206,214,225)
#DBE2E9
(219,226,233)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6676A1; }

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

This text font color is #6676A1.


Background Color

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

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

This div background color is #6676A1.


Border color

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

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

This div border color is #6676A1.


Opacity

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

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

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

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

This text has shadow with #6676A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6676A1 on black background.


Color preview on white background

This text has color #6676A1 on white background.



Black color preview on #6676A1 background

This text has black color on #6676A1 background.


White color preview on #6676A1 background

This text has white color on #6676A1 background.