COLOR #6A7DB3

HEX: #6A7DB3
RGB: (106,125,179)

Color info

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

RGB color model

#6A7DB3 color RGB value is (106,125,179).

  • red value is 106;
  • green value is 125;
  • blue value is 179.
RGB:
(106,125,179)
(42%,49%,70%)

RGB channels and saturation

R 106 of 255 = 42%
G 125 of 255 = 49%
B 179 of 255 = 70%

106
125
179

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

Portions of RGB colors in percentages

R + G + B =
106 + 125 + 179 = 410 (100%)
R 106 of 410 ~ 25.85%
G 125 of 410 ~ 30.49%
B 179 of 410 ~ 43.66%

%25.85
%30.49
%43.66

CMYK color model

#6A7DB3 color CMYK value is (41,30,0,30).

  • cyan value is 40.78%
  • magenta value is 30.17%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(41,30,0,30)
C41M30Y0K30 
(41%,30%,0%,30%)
(0.41/0.30/0.00/0.30)	

CMYK percentages

%40.78
%30.17
%0
%29.8

Codes

Color #6A7DB3 in popluar color models

6A7DB3
RGB106125179
HSL224°32.44%55.88%
HSB/HSV224°40.78%70.20%
CMYK40.78%30.17%0.00%
29.80%

Color #6A7DB3 in popluar number systems.

HEX6A7DB3
Decimal106125179
Binary1101010111110110110011
Octal152175263

Shades and tints

Shades of #6A7DB3

#6A7DB3
(106,125,179)
#6172A3
(97,114,163)
#586793
(88,103,147)
#4F5C83
(79,92,131)
#465173
(70,81,115)
#3D4663
(61,70,99)
#343B53
(52,59,83)
#2B3043
(43,48,67)
#222533
(34,37,51)
#191A23
(25,26,35)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #6A7DB3

#6A7DB3
(106,125,179)
#7788B9
(119,136,185)
#8493BF
(132,147,191)
#919EC5
(145,158,197)
#9EA9CB
(158,169,203)
#ABB4D1
(171,180,209)
#B8BFD7
(184,191,215)
#C5CADD
(197,202,221)
#D2D5E3
(210,213,227)
#DFE0E9
(223,224,233)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7DB3 color. Also use rgb(106,125,179) instead hex code.

Text Font Color

.myTextColor { color: #6A7DB3; }

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

This text font color is #6A7DB3.


Background Color

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

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

This div background color is #6A7DB3.


Border color

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

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

This div border color is #6A7DB3.


Opacity

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

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

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

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

This text has shadow with #6A7DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7DB3 on black background.


Color preview on white background

This text has color #6A7DB3 on white background.



Black color preview on #6A7DB3 background

This text has black color on #6A7DB3 background.


White color preview on #6A7DB3 background

This text has white color on #6A7DB3 background.