COLOR #6B71A1

HEX: #6B71A1
RGB: (107,113,161)

Color info

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

RGB color model

#6B71A1 color RGB value is (107,113,161).

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

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 161 of 255 = 63%

107
113
161

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

Portions of RGB colors in percentages

R + G + B =
107 + 113 + 161 = 381 (100%)
R 107 of 381 ~ 28.08%
G 113 of 381 ~ 29.66%
B 161 of 381 ~ 42.26%

%28.08
%29.66
%42.26

CMYK color model

#6B71A1 color CMYK value is (34,30,0,37).

  • cyan value is 33.54%
  • magenta value is 29.81%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(34,30,0,37)
C34M30Y0K37 
(34%,30%,0%,37%)
(0.34/0.30/0.00/0.37)	

CMYK percentages

%33.54
%29.81
%0
%36.86

Codes

Color #6B71A1 in popluar color models

6B71A1
RGB107113161
HSL233°22.31%52.55%
HSB/HSV233°33.54%63.14%
CMYK33.54%29.81%0.00%
36.86%

Color #6B71A1 in popluar number systems.

HEX6B71A1
Decimal107113161
Binary1101011111000110100001
Octal153161241

Shades and tints

Shades of #6B71A1

#6B71A1
(107,113,161)
#626793
(98,103,147)
#595D85
(89,93,133)
#505377
(80,83,119)
#474969
(71,73,105)
#3E3F5B
(62,63,91)
#35354D
(53,53,77)
#2C2B3F
(44,43,63)
#232131
(35,33,49)
#1A1723
(26,23,35)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #6B71A1

#6B71A1
(107,113,161)
#787DA9
(120,125,169)
#8589B1
(133,137,177)
#9295B9
(146,149,185)
#9FA1C1
(159,161,193)
#ACADC9
(172,173,201)
#B9B9D1
(185,185,209)
#C6C5D9
(198,197,217)
#D3D1E1
(211,209,225)
#E0DDE9
(224,221,233)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B71A1; }

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

This text font color is #6B71A1.


Background Color

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

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

This div background color is #6B71A1.


Border color

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

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

This div border color is #6B71A1.


Opacity

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

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

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

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

This text has shadow with #6B71A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B71A1 on black background.


Color preview on white background

This text has color #6B71A1 on white background.



Black color preview on #6B71A1 background

This text has black color on #6B71A1 background.


White color preview on #6B71A1 background

This text has white color on #6B71A1 background.