COLOR #6B70A1

HEX: #6B70A1 RGB: (107,112,161)

Color info

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

RGB color model

#6B70A1 color RGB value is (107,112,161).

RGB: (107,112,161) (42%, 44%, 63%)

RGB channels and saturation

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

107
112
161

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

Portions of RGB colors in percentages

R + G + B = 107 + 112 + 161 = 380 (100%)
R 107 of 380 ~ 28.16%
G 112 of 380 ~ 29.47%
B 161 of 380 ~ 42.37'%

%28.16
%29.47
%42.37

CMYK color model

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

  • cyan value is 33.54%
  • magenta value is 30.43%
  • 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
%30.43
%0
%36.86

Codes

Color #6B70A1 in popluar color models

6B 70 A1
RGB 107 112 161
HSL 234° 22.31% 52.55%
HSB/HSV 234° 33.54% 63.14%
CMYK 33.54% 30.43% 0.00%
36.86%

Color #6B70A1 in popluar number systems.

HEX 6B 70 A1
Decimal 107 112 161
Binary 1101011 1110000 10100001
Octal 153 160 241

Shades and tints

Shades of #6B70A1

#6B70A1
(107,112,161)
#626693
(98,102,147)
#595C85
(89,92,133)
#505277
(80,82,119)
#474869
(71,72,105)
#3E3E5B
(62,62,91)
#35344D
(53,52,77)
#2C2A3F
(44,42,63)
#232031
(35,32,49)
#1A1623
(26,22,35)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #6B70A1

#6B70A1
(107,112,161)
#787DA9
(120,125,169)
#858AB1
(133,138,177)
#9297B9
(146,151,185)
#9FA4C1
(159,164,193)
#ACB1C9
(172,177,201)
#B9BED1
(185,190,209)
#C6CBD9
(198,203,217)
#D3D8E1
(211,216,225)
#E0E5E9
(224,229,233)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B70A1; }

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

This text font color is #6B70A1.

Background Color

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

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

This div background color is #6B70A1.

Border color

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

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

This div border color is #6B70A1.

Opacity

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

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

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

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

This text has shadow with #6B70A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B70A1.

Preview

Color preview on black background

This text has color #6B70A1 on black background.


Color preview on white background

This text has color #6B70A1 on white background.


Black color preview on #6B70A1 background

This text has black color on #6B70A1 background.


White color preview on #6B70A1 background

This text has white color on #6B70A1 background.


Related colors

Complementary color

Complementary color for #hex is #948F5E.


I love getcolorcode.com

Triadic colors

1 #A16B70 and #70A16B with #6B70A1 are triadic colors.

2 #A1706B and #706BA1 with #6B70A1 are triadic colors.