COLOR #6675A5

HEX: #6675A5 RGB: (102,117,165)

Color info

#6675A5 contains mainly green and blue colors. Web safe color of #6675A5 is #666699 (or #669).

RGB color model

#6675A5 color RGB value is (102,117,165).

RGB: (102,117,165) (40%, 46%, 65%)

RGB channels and saturation

R 102 of 255 = 40%
G 117 of 255 = 46%
B 165 of 255 = 65%

102
117
165

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

Portions of RGB colors in percentages

R + G + B = 102 + 117 + 165 = 384 (100%)
R 102 of 384 ~ 26.56%
G 117 of 384 ~ 30.47%
B 165 of 384 ~ 42.97'%

%26.56
%30.47
%42.97

CMYK color model

#6675A5 color CMYK value is (38,29,0,35).

  • cyan value is 38.18%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (38,29,0,35)
C38M29Y0K35 (38%, 29%, 0%, 35%)
(0.38 / 0.29 / 0.00 / 0.35)

CMYK percentages

%38.18
%29.09
%0
%35.29

Codes

Color #6675A5 in popluar color models

66 75 A5
RGB 102 117 165
HSL 226° 25.93% 52.35%
HSB/HSV 226° 38.18% 64.71%
CMYK 38.18% 29.09% 0.00%
35.29%

Color #6675A5 in popluar number systems.

HEX 66 75 A5
Decimal 102 117 165
Binary 1100110 1110101 10100101
Octal 146 165 245

Shades and tints

Shades of #6675A5

#6675A5
(102,117,165)
#5D6B96
(93,107,150)
#546187
(84,97,135)
#4B5778
(75,87,120)
#424D69
(66,77,105)
#39435A
(57,67,90)
#30394B
(48,57,75)
#272F3C
(39,47,60)
#1E252D
(30,37,45)
#151B1E
(21,27,30)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #6675A5

#6675A5
(102,117,165)
#7381AD
(115,129,173)
#808DB5
(128,141,181)
#8D99BD
(141,153,189)
#9AA5C5
(154,165,197)
#A7B1CD
(167,177,205)
#B4BDD5
(180,189,213)
#C1C9DD
(193,201,221)
#CED5E5
(206,213,229)
#DBE1ED
(219,225,237)
#E8EDF5
(232,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6675A5; }

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

This text font color is #6675A5.

Background Color

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

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

This div background color is #6675A5.

Border color

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

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

This div border color is #6675A5.

Opacity

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

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

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

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

This text has shadow with #6675A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6675A5.

Preview

Color preview on black background

This text has color #6675A5 on black background.


Color preview on white background

This text has color #6675A5 on white background.


Black color preview on #6675A5 background

This text has black color on #6675A5 background.


White color preview on #6675A5 background

This text has white color on #6675A5 background.


Related colors

Complementary color

Complementary color for #hex is #998A5A.


I love getcolorcode.com

Triadic colors

1 #A56675 and #75A566 with #6675A5 are triadic colors.

2 #A57566 and #7566A5 with #6675A5 are triadic colors.