COLOR #6B68A1

HEX: #6B68A1 RGB: (107,104,161)

Color info

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

RGB color model

#6B68A1 color RGB value is (107,104,161).

RGB: (107,104,161) (42%, 41%, 63%)

RGB channels and saturation

R 107 of 255 = 42%
G 104 of 255 = 41%
B 161 of 255 = 63%

107
104
161

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

Portions of RGB colors in percentages

R + G + B = 107 + 104 + 161 = 372 (100%)
R 107 of 372 ~ 28.76%
G 104 of 372 ~ 27.96%
B 161 of 372 ~ 43.28'%

%28.76
%27.96
%43.28

CMYK color model

#6B68A1 color CMYK value is (34,35,0,37).

  • cyan value is 33.54%
  • magenta value is 35.40%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (34,35,0,37)
C34M35Y0K37 (34%, 35%, 0%, 37%)
(0.34 / 0.35 / 0.00 / 0.37)

CMYK percentages

%33.54
%35.4
%0
%36.86

Codes

Color #6B68A1 in popluar color models

6B 68 A1
RGB 107 104 161
HSL 243° 23.27% 51.96%
HSB/HSV 243° 35.40% 63.14%
CMYK 33.54% 35.40% 0.00%
36.86%

Color #6B68A1 in popluar number systems.

HEX 6B 68 A1
Decimal 107 104 161
Binary 1101011 1101000 10100001
Octal 153 150 241

Shades and tints

Shades of #6B68A1

#6B68A1
(107,104,161)
#625F93
(98,95,147)
#595685
(89,86,133)
#504D77
(80,77,119)
#474469
(71,68,105)
#3E3B5B
(62,59,91)
#35324D
(53,50,77)
#2C293F
(44,41,63)
#232031
(35,32,49)
#1A1723
(26,23,35)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #6B68A1

#6B68A1
(107,104,161)
#7875A9
(120,117,169)
#8582B1
(133,130,177)
#928FB9
(146,143,185)
#9F9CC1
(159,156,193)
#ACA9C9
(172,169,201)
#B9B6D1
(185,182,209)
#C6C3D9
(198,195,217)
#D3D0E1
(211,208,225)
#E0DDE9
(224,221,233)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B68A1; }

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

This text font color is #6B68A1.

Background Color

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

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

This div background color is #6B68A1.

Border color

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

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

This div border color is #6B68A1.

Opacity

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

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

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

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

This text has shadow with #6B68A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B68A1.

Preview

Color preview on black background

This text has color #6B68A1 on black background.


Color preview on white background

This text has color #6B68A1 on white background.


Black color preview on #6B68A1 background

This text has black color on #6B68A1 background.


White color preview on #6B68A1 background

This text has white color on #6B68A1 background.


Related colors

Complementary color

Complementary color for #hex is #94975E.


I love getcolorcode.com

Triadic colors

1 #A16B68 and #68A16B with #6B68A1 are triadic colors.

2 #A1686B and #686BA1 with #6B68A1 are triadic colors.