COLOR #6B68AB

HEX: #6B68AB RGB: (107,104,171)

Color info

#6B68AB contains mainly blue color. Web safe color of #6B68AB is #666699 (or #669).

RGB color model

#6B68AB color RGB value is (107,104,171).

RGB: (107,104,171) (42%, 41%, 67%)

RGB channels and saturation

R 107 of 255 = 42%
G 104 of 255 = 41%
B 171 of 255 = 67%

107
104
171

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

Portions of RGB colors in percentages

R + G + B = 107 + 104 + 171 = 382 (100%)
R 107 of 382 ~ 28.01%
G 104 of 382 ~ 27.23%
B 171 of 382 ~ 44.76'%

%28.01
%27.23
%44.76

CMYK color model

#6B68AB color CMYK value is (37,39,0,33).

  • cyan value is 37.43%
  • magenta value is 39.18%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (37,39,0,33)
C37M39Y0K33 (37%, 39%, 0%, 33%)
(0.37 / 0.39 / 0.00 / 0.33)

CMYK percentages

%37.43
%39.18
%0
%32.94

Codes

Color #6B68AB in popluar color models

6B 68 AB
RGB 107 104 171
HSL 243° 28.51% 53.92%
HSB/HSV 243° 39.18% 67.06%
CMYK 37.43% 39.18% 0.00%
32.94%

Color #6B68AB in popluar number systems.

HEX 6B 68 AB
Decimal 107 104 171
Binary 1101011 1101000 10101011
Octal 153 150 253

Shades and tints

Shades of #6B68AB

#6B68AB
(107,104,171)
#625F9C
(98,95,156)
#59568D
(89,86,141)
#504D7E
(80,77,126)
#47446F
(71,68,111)
#3E3B60
(62,59,96)
#353251
(53,50,81)
#2C2942
(44,41,66)
#232033
(35,32,51)
#1A1724
(26,23,36)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #6B68AB

#6B68AB
(107,104,171)
#7875B2
(120,117,178)
#8582B9
(133,130,185)
#928FC0
(146,143,192)
#9F9CC7
(159,156,199)
#ACA9CE
(172,169,206)
#B9B6D5
(185,182,213)
#C6C3DC
(198,195,220)
#D3D0E3
(211,208,227)
#E0DDEA
(224,221,234)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B68AB; }

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

This text font color is #6B68AB.

Background Color

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

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

This div background color is #6B68AB.

Border color

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

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

This div border color is #6B68AB.

Opacity

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

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

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

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

This text has shadow with #6B68AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B68AB.

Preview

Color preview on black background

This text has color #6B68AB on black background.


Color preview on white background

This text has color #6B68AB on white background.


Black color preview on #6B68AB background

This text has black color on #6B68AB background.


White color preview on #6B68AB background

This text has white color on #6B68AB background.


Related colors

Complementary color

Complementary color for #hex is #949754.


I love getcolorcode.com

Triadic colors

1 #AB6B68 and #68AB6B with #6B68AB are triadic colors.

2 #AB686B and #686BAB with #6B68AB are triadic colors.