COLOR #6B7DA4

HEX: #6B7DA4
RGB: (107,125,164)

Color info

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

RGB color model

#6B7DA4 color RGB value is (107,125,164).

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

RGB channels and saturation

R 107 of 255 = 42%
G 125 of 255 = 49%
B 164 of 255 = 64%

107
125
164

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

Portions of RGB colors in percentages

R + G + B =
107 + 125 + 164 = 396 (100%)
R 107 of 396 ~ 27.02%
G 125 of 396 ~ 31.57%
B 164 of 396 ~ 41.41%

%27.02
%31.57
%41.41

CMYK color model

#6B7DA4 color CMYK value is (35,24,0,36).

  • cyan value is 34.76%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(35,24,0,36)
C35M24Y0K36 
(35%,24%,0%,36%)
(0.35/0.24/0.00/0.36)	

CMYK percentages

%34.76
%23.78
%0
%35.69

Codes

Color #6B7DA4 in popluar color models

6B7DA4
RGB107125164
HSL221°23.85%53.14%
HSB/HSV221°34.76%64.31%
CMYK34.76%23.78%0.00%
35.69%

Color #6B7DA4 in popluar number systems.

HEX6B7DA4
Decimal107125164
Binary1101011111110110100100
Octal153175244

Shades and tints

Shades of #6B7DA4

#6B7DA4
(107,125,164)
#627296
(98,114,150)
#596788
(89,103,136)
#505C7A
(80,92,122)
#47516C
(71,81,108)
#3E465E
(62,70,94)
#353B50
(53,59,80)
#2C3042
(44,48,66)
#232534
(35,37,52)
#1A1A26
(26,26,38)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #6B7DA4

#6B7DA4
(107,125,164)
#7888AC
(120,136,172)
#8593B4
(133,147,180)
#929EBC
(146,158,188)
#9FA9C4
(159,169,196)
#ACB4CC
(172,180,204)
#B9BFD4
(185,191,212)
#C6CADC
(198,202,220)
#D3D5E4
(211,213,228)
#E0E0EC
(224,224,236)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7DA4; }

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

This text font color is #6B7DA4.


Background Color

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

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

This div background color is #6B7DA4.


Border color

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

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

This div border color is #6B7DA4.


Opacity

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

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

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

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

This text has shadow with #6B7DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7DA4 on black background.


Color preview on white background

This text has color #6B7DA4 on white background.



Black color preview on #6B7DA4 background

This text has black color on #6B7DA4 background.


White color preview on #6B7DA4 background

This text has white color on #6B7DA4 background.