COLOR #6B74A1

HEX: #6B74A1
RGB: (107,116,161)

Color info

#6B74A1 contains red, green and blue colors in about the same proportion. Web safe color of #6B74A1 is #666699 (or #669).

RGB color model

#6B74A1 color RGB value is (107,116,161).

  • red value is 107;
  • green value is 116;
  • blue value is 161.
RGB:
(107,116,161)
(42%,45%,63%)

RGB channels and saturation

R 107 of 255 = 42%
G 116 of 255 = 45%
B 161 of 255 = 63%

107
116
161

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

Portions of RGB colors in percentages

R + G + B =
107 + 116 + 161 = 384 (100%)
R 107 of 384 ~ 27.86%
G 116 of 384 ~ 30.21%
B 161 of 384 ~ 41.93%

%27.86
%30.21
%41.93

CMYK color model

#6B74A1 color CMYK value is (34,28,0,37).

  • cyan value is 33.54%
  • magenta value is 27.95%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(34,28,0,37)
C34M28Y0K37 
(34%,28%,0%,37%)
(0.34/0.28/0.00/0.37)	

CMYK percentages

%33.54
%27.95
%0
%36.86

Codes

Color #6B74A1 in popluar color models

6B74A1
RGB107116161
HSL230°22.31%52.55%
HSB/HSV230°33.54%63.14%
CMYK33.54%27.95%0.00%
36.86%

Color #6B74A1 in popluar number systems.

HEX6B74A1
Decimal107116161
Binary1101011111010010100001
Octal153164241

Shades and tints

Shades of #6B74A1

#6B74A1
(107,116,161)
#626A93
(98,106,147)
#596085
(89,96,133)
#505677
(80,86,119)
#474C69
(71,76,105)
#3E425B
(62,66,91)
#35384D
(53,56,77)
#2C2E3F
(44,46,63)
#232431
(35,36,49)
#1A1A23
(26,26,35)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #6B74A1

#6B74A1
(107,116,161)
#7880A9
(120,128,169)
#858CB1
(133,140,177)
#9298B9
(146,152,185)
#9FA4C1
(159,164,193)
#ACB0C9
(172,176,201)
#B9BCD1
(185,188,209)
#C6C8D9
(198,200,217)
#D3D4E1
(211,212,225)
#E0E0E9
(224,224,233)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B74A1 color. Also use rgb(107,116,161) instead hex code.

Text Font Color

.myTextColor { color: #6B74A1; }

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

This text font color is #6B74A1.


Background Color

.myBgColor { background-color: #6B74A1; }

<div style="background-color:#6B74A1">Inner text</div>

This div background color is #6B74A1.


Border color

.myBorderColor { border: 1px solid #6B74A1; }

<div style="border:3px solid #6B74A1">Div</div>

This div border color is #6B74A1.


Opacity

.myOpacity80 { color: #6B74A1; opacity: 0.8; }

<p style="color:#6B74A1;opacity:0.8;">80%</p>

Text with #6B74A1 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 #6B74A1;}

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

This text has shadow with #6B74A1 color.

.textShadow {text-shadow: 3px 3px 1px #6B74A1, 3px 3px 1px red;}

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

This text has shadow with #6B74A1 primary color and red secondary color.


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

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

This text has shadow with #6B74A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B74A1 on black background.


Color preview on white background

This text has color #6B74A1 on white background.



Black color preview on #6B74A1 background

This text has black color on #6B74A1 background.


White color preview on #6B74A1 background

This text has white color on #6B74A1 background.