COLOR #6669A5

HEX: #6669A5
RGB: (102,105,165)

Color info

#6669A5 contains mainly blue color. Web safe color of #6669A5 is #666699 (or #669).

RGB color model

#6669A5 color RGB value is (102,105,165).

  • red value is 102;
  • green value is 105;
  • blue value is 165.
RGB:
(102,105,165)
(40%,41%,65%)

RGB channels and saturation

R 102 of 255 = 40%
G 105 of 255 = 41%
B 165 of 255 = 65%

102
105
165

R + G + B ~ 49%. #6669A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 105 + 165 = 372 (100%)
R 102 of 372 ~ 27.42%
G 105 of 372 ~ 28.23%
B 165 of 372 ~ 44.35%

%27.42
%28.23
%44.35

CMYK color model

#6669A5 color CMYK value is (38,36,0,35).

  • cyan value is 38.18%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(38,36,0,35)
C38M36Y0K35 
(38%,36%,0%,35%)
(0.38/0.36/0.00/0.35)	

CMYK percentages

%38.18
%36.36
%0
%35.29

Codes

Color #6669A5 in popluar color models

6669A5
RGB102105165
HSL237°25.93%52.35%
HSB/HSV237°38.18%64.71%
CMYK38.18%36.36%0.00%
35.29%

Color #6669A5 in popluar number systems.

HEX6669A5
Decimal102105165
Binary1100110110100110100101
Octal146151245

Shades and tints

Shades of #6669A5

#6669A5
(102,105,165)
#5D6096
(93,96,150)
#545787
(84,87,135)
#4B4E78
(75,78,120)
#424569
(66,69,105)
#393C5A
(57,60,90)
#30334B
(48,51,75)
#272A3C
(39,42,60)
#1E212D
(30,33,45)
#15181E
(21,24,30)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #6669A5

#6669A5
(102,105,165)
#7376AD
(115,118,173)
#8083B5
(128,131,181)
#8D90BD
(141,144,189)
#9A9DC5
(154,157,197)
#A7AACD
(167,170,205)
#B4B7D5
(180,183,213)
#C1C4DD
(193,196,221)
#CED1E5
(206,209,229)
#DBDEED
(219,222,237)
#E8EBF5
(232,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6669A5 color. Also use rgb(102,105,165) instead hex code.

Text Font Color

.myTextColor { color: #6669A5; }

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

This text font color is #6669A5.


Background Color

.myBgColor { background-color: #6669A5; }

<div style="background-color:#6669A5">Inner text</div>

This div background color is #6669A5.


Border color

.myBorderColor { border: 1px solid #6669A5; }

<div style="border:3px solid #6669A5">Div</div>

This div border color is #6669A5.


Opacity

.myOpacity80 { color: #6669A5; opacity: 0.8; }

<p style="color:#6669A5;opacity:0.8;">80%</p>

Text with #6669A5 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 #6669A5;}

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

This text has shadow with #6669A5 color.

.textShadow {text-shadow: 3px 3px 1px #6669A5, 3px 3px 1px red;}

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

This text has shadow with #6669A5 primary color and red secondary color.


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

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

This text has shadow with #6669A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6669A5 on black background.


Color preview on white background

This text has color #6669A5 on white background.



Black color preview on #6669A5 background

This text has black color on #6669A5 background.


White color preview on #6669A5 background

This text has white color on #6669A5 background.