COLOR #674BA3

HEX: #674BA3
RGB: (103,75,163)

Color info

#674BA3 contains mainly blue color. Web safe color of #674BA3 is #663399 (or #639).

RGB color model

#674BA3 color RGB value is (103,75,163).

  • red value is 103;
  • green value is 75;
  • blue value is 163.
RGB:
(103,75,163)
(40%,29%,64%)

RGB channels and saturation

R 103 of 255 = 40%
G 75 of 255 = 29%
B 163 of 255 = 64%

103
75
163

R + G + B ~ 44%. #674BA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 75 + 163 = 341 (100%)
R 103 of 341 ~ 30.21%
G 75 of 341 ~ 21.99%
B 163 of 341 ~ 47.8%

%30.21
%21.99
%47.8

CMYK color model

#674BA3 color CMYK value is (37,54,0,36).

  • cyan value is 36.81%
  • magenta value is 53.99%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(37,54,0,36)
C37M54Y0K36 
(37%,54%,0%,36%)
(0.37/0.54/0.00/0.36)	

CMYK percentages

%36.81
%53.99
%0
%36.08

Codes

Color #674BA3 in popluar color models

674BA3
RGB10375163
HSL259°36.97%46.67%
HSB/HSV259°53.99%63.92%
CMYK36.81%53.99%0.00%
36.08%

Color #674BA3 in popluar number systems.

HEX674BA3
Decimal10375163
Binary1100111100101110100011
Octal147113243

Shades and tints

Shades of #674BA3

#674BA3
(103,75,163)
#5E4595
(94,69,149)
#553F87
(85,63,135)
#4C3979
(76,57,121)
#43336B
(67,51,107)
#3A2D5D
(58,45,93)
#31274F
(49,39,79)
#282141
(40,33,65)
#1F1B33
(31,27,51)
#161525
(22,21,37)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #674BA3

#674BA3
(103,75,163)
#745BAB
(116,91,171)
#816BB3
(129,107,179)
#8E7BBB
(142,123,187)
#9B8BC3
(155,139,195)
#A89BCB
(168,155,203)
#B5ABD3
(181,171,211)
#C2BBDB
(194,187,219)
#CFCBE3
(207,203,227)
#DCDBEB
(220,219,235)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674BA3 color. Also use rgb(103,75,163) instead hex code.

Text Font Color

.myTextColor { color: #674BA3; }

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

This text font color is #674BA3.


Background Color

.myBgColor { background-color: #674BA3; }

<div style="background-color:#674BA3">Inner text</div>

This div background color is #674BA3.


Border color

.myBorderColor { border: 1px solid #674BA3; }

<div style="border:3px solid #674BA3">Div</div>

This div border color is #674BA3.


Opacity

.myOpacity80 { color: #674BA3; opacity: 0.8; }

<p style="color:#674BA3;opacity:0.8;">80%</p>

Text with #674BA3 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 #674BA3;}

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

This text has shadow with #674BA3 color.

.textShadow {text-shadow: 3px 3px 1px #674BA3, 3px 3px 1px red;}

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

This text has shadow with #674BA3 primary color and red secondary color.


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

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

This text has shadow with #674BA3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674BA3 on black background.


Color preview on white background

This text has color #674BA3 on white background.



Black color preview on #674BA3 background

This text has black color on #674BA3 background.


White color preview on #674BA3 background

This text has white color on #674BA3 background.