COLOR #674B92

HEX: #674B92
RGB: (103,75,146)

Color info

#674B92 contains mainly red and blue colors. Web safe color of #674B92 is #663399 (or #639).

RGB color model

#674B92 color RGB value is (103,75,146).

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

RGB channels and saturation

R 103 of 255 = 40%
G 75 of 255 = 29%
B 146 of 255 = 57%

103
75
146

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

Portions of RGB colors in percentages

R + G + B =
103 + 75 + 146 = 324 (100%)
R 103 of 324 ~ 31.79%
G 75 of 324 ~ 23.15%
B 146 of 324 ~ 45.06%

%31.79
%23.15
%45.06

CMYK color model

#674B92 color CMYK value is (29,49,0,43).

  • cyan value is 29.45%
  • magenta value is 48.63%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(29,49,0,43)
C29M49Y0K43 
(29%,49%,0%,43%)
(0.29/0.49/0.00/0.43)	

CMYK percentages

%29.45
%48.63
%0
%42.75

Codes

Color #674B92 in popluar color models

674B92
RGB10375146
HSL264°32.13%43.33%
HSB/HSV264°48.63%57.25%
CMYK29.45%48.63%0.00%
42.75%

Color #674B92 in popluar number systems.

HEX674B92
Decimal10375146
Binary1100111100101110010010
Octal147113222

Shades and tints

Shades of #674B92

#674B92
(103,75,146)
#5E4585
(94,69,133)
#553F78
(85,63,120)
#4C396B
(76,57,107)
#43335E
(67,51,94)
#3A2D51
(58,45,81)
#312744
(49,39,68)
#282137
(40,33,55)
#1F1B2A
(31,27,42)
#16151D
(22,21,29)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #674B92

#674B92
(103,75,146)
#745B9B
(116,91,155)
#816BA4
(129,107,164)
#8E7BAD
(142,123,173)
#9B8BB6
(155,139,182)
#A89BBF
(168,155,191)
#B5ABC8
(181,171,200)
#C2BBD1
(194,187,209)
#CFCBDA
(207,203,218)
#DCDBE3
(220,219,227)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674B92; }

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

This text font color is #674B92.


Background Color

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

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

This div background color is #674B92.


Border color

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

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

This div border color is #674B92.


Opacity

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

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

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

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

This text has shadow with #674B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674B92 on black background.


Color preview on white background

This text has color #674B92 on white background.



Black color preview on #674B92 background

This text has black color on #674B92 background.


White color preview on #674B92 background

This text has white color on #674B92 background.