COLOR #675AA5

HEX: #675AA5
RGB: (103,90,165)

Color info

#675AA5 contains mainly blue color. Web safe color of #675AA5 is #666699 (or #669).

RGB color model

#675AA5 color RGB value is (103,90,165).

  • red value is 103;
  • green value is 90;
  • blue value is 165.
RGB:
(103,90,165)
(40%,35%,65%)

RGB channels and saturation

R 103 of 255 = 40%
G 90 of 255 = 35%
B 165 of 255 = 65%

103
90
165

R + G + B ~ 47%. #675AA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 90 + 165 = 358 (100%)
R 103 of 358 ~ 28.77%
G 90 of 358 ~ 25.14%
B 165 of 358 ~ 46.09%

%28.77
%25.14
%46.09

CMYK color model

#675AA5 color CMYK value is (38,45,0,35).

  • cyan value is 37.58%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(38,45,0,35)
C38M45Y0K35 
(38%,45%,0%,35%)
(0.38/0.45/0.00/0.35)	

CMYK percentages

%37.58
%45.45
%0
%35.29

Codes

Color #675AA5 in popluar color models

675AA5
RGB10390165
HSL250°29.41%50.00%
HSB/HSV250°45.45%64.71%
CMYK37.58%45.45%0.00%
35.29%

Color #675AA5 in popluar number systems.

HEX675AA5
Decimal10390165
Binary1100111101101010100101
Octal147132245

Shades and tints

Shades of #675AA5

#675AA5
(103,90,165)
#5E5296
(94,82,150)
#554A87
(85,74,135)
#4C4278
(76,66,120)
#433A69
(67,58,105)
#3A325A
(58,50,90)
#312A4B
(49,42,75)
#28223C
(40,34,60)
#1F1A2D
(31,26,45)
#16121E
(22,18,30)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #675AA5

#675AA5
(103,90,165)
#7469AD
(116,105,173)
#8178B5
(129,120,181)
#8E87BD
(142,135,189)
#9B96C5
(155,150,197)
#A8A5CD
(168,165,205)
#B5B4D5
(181,180,213)
#C2C3DD
(194,195,221)
#CFD2E5
(207,210,229)
#DCE1ED
(220,225,237)
#E9F0F5
(233,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675AA5 color. Also use rgb(103,90,165) instead hex code.

Text Font Color

.myTextColor { color: #675AA5; }

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

This text font color is #675AA5.


Background Color

.myBgColor { background-color: #675AA5; }

<div style="background-color:#675AA5">Inner text</div>

This div background color is #675AA5.


Border color

.myBorderColor { border: 1px solid #675AA5; }

<div style="border:3px solid #675AA5">Div</div>

This div border color is #675AA5.


Opacity

.myOpacity80 { color: #675AA5; opacity: 0.8; }

<p style="color:#675AA5;opacity:0.8;">80%</p>

Text with #675AA5 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 #675AA5;}

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

This text has shadow with #675AA5 color.

.textShadow {text-shadow: 3px 3px 1px #675AA5, 3px 3px 1px red;}

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

This text has shadow with #675AA5 primary color and red secondary color.


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

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

This text has shadow with #675AA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675AA5 on black background.


Color preview on white background

This text has color #675AA5 on white background.



Black color preview on #675AA5 background

This text has black color on #675AA5 background.


White color preview on #675AA5 background

This text has white color on #675AA5 background.