COLOR #6B7DAB

HEX: #6B7DAB
RGB: (107,125,171)

Color info

#6B7DAB contains mainly green and blue colors. Web safe color of #6B7DAB is #666699 (or #669).

RGB color model

#6B7DAB color RGB value is (107,125,171).

  • red value is 107;
  • green value is 125;
  • blue value is 171.
RGB:
(107,125,171)
(42%,49%,67%)

RGB channels and saturation

R 107 of 255 = 42%
G 125 of 255 = 49%
B 171 of 255 = 67%

107
125
171

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

Portions of RGB colors in percentages

R + G + B =
107 + 125 + 171 = 403 (100%)
R 107 of 403 ~ 26.55%
G 125 of 403 ~ 31.02%
B 171 of 403 ~ 42.43%

%26.55
%31.02
%42.43

CMYK color model

#6B7DAB color CMYK value is (37,27,0,33).

  • cyan value is 37.43%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(37,27,0,33)
C37M27Y0K33 
(37%,27%,0%,33%)
(0.37/0.27/0.00/0.33)	

CMYK percentages

%37.43
%26.9
%0
%32.94

Codes

Color #6B7DAB in popluar color models

6B7DAB
RGB107125171
HSL223°27.59%54.51%
HSB/HSV223°37.43%67.06%
CMYK37.43%26.90%0.00%
32.94%

Color #6B7DAB in popluar number systems.

HEX6B7DAB
Decimal107125171
Binary1101011111110110101011
Octal153175253

Shades and tints

Shades of #6B7DAB

#6B7DAB
(107,125,171)
#62729C
(98,114,156)
#59678D
(89,103,141)
#505C7E
(80,92,126)
#47516F
(71,81,111)
#3E4660
(62,70,96)
#353B51
(53,59,81)
#2C3042
(44,48,66)
#232533
(35,37,51)
#1A1A24
(26,26,36)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #6B7DAB

#6B7DAB
(107,125,171)
#7888B2
(120,136,178)
#8593B9
(133,147,185)
#929EC0
(146,158,192)
#9FA9C7
(159,169,199)
#ACB4CE
(172,180,206)
#B9BFD5
(185,191,213)
#C6CADC
(198,202,220)
#D3D5E3
(211,213,227)
#E0E0EA
(224,224,234)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7DAB; }

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

This text font color is #6B7DAB.


Background Color

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

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

This div background color is #6B7DAB.


Border color

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

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

This div border color is #6B7DAB.


Opacity

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

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

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

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

This text has shadow with #6B7DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7DAB on black background.


Color preview on white background

This text has color #6B7DAB on white background.



Black color preview on #6B7DAB background

This text has black color on #6B7DAB background.


White color preview on #6B7DAB background

This text has white color on #6B7DAB background.