COLOR #6A7CA5

HEX: #6A7CA5
RGB: (106,124,165)

Color info

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

RGB color model

#6A7CA5 color RGB value is (106,124,165).

  • red value is 106;
  • green value is 124;
  • blue value is 165.
RGB:
(106,124,165)
(42%,49%,65%)

RGB channels and saturation

R 106 of 255 = 42%
G 124 of 255 = 49%
B 165 of 255 = 65%

106
124
165

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

Portions of RGB colors in percentages

R + G + B =
106 + 124 + 165 = 395 (100%)
R 106 of 395 ~ 26.84%
G 124 of 395 ~ 31.39%
B 165 of 395 ~ 41.77%

%26.84
%31.39
%41.77

CMYK color model

#6A7CA5 color CMYK value is (36,25,0,35).

  • cyan value is 35.76%
  • magenta value is 24.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(36,25,0,35)
C36M25Y0K35 
(36%,25%,0%,35%)
(0.36/0.25/0.00/0.35)	

CMYK percentages

%35.76
%24.85
%0
%35.29

Codes

Color #6A7CA5 in popluar color models

6A7CA5
RGB106124165
HSL222°24.69%53.14%
HSB/HSV222°35.76%64.71%
CMYK35.76%24.85%0.00%
35.29%

Color #6A7CA5 in popluar number systems.

HEX6A7CA5
Decimal106124165
Binary1101010111110010100101
Octal152174245

Shades and tints

Shades of #6A7CA5

#6A7CA5
(106,124,165)
#617196
(97,113,150)
#586687
(88,102,135)
#4F5B78
(79,91,120)
#465069
(70,80,105)
#3D455A
(61,69,90)
#343A4B
(52,58,75)
#2B2F3C
(43,47,60)
#22242D
(34,36,45)
#19191E
(25,25,30)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #6A7CA5

#6A7CA5
(106,124,165)
#7787AD
(119,135,173)
#8492B5
(132,146,181)
#919DBD
(145,157,189)
#9EA8C5
(158,168,197)
#ABB3CD
(171,179,205)
#B8BED5
(184,190,213)
#C5C9DD
(197,201,221)
#D2D4E5
(210,212,229)
#DFDFED
(223,223,237)
#ECEAF5
(236,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7CA5 color. Also use rgb(106,124,165) instead hex code.

Text Font Color

.myTextColor { color: #6A7CA5; }

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

This text font color is #6A7CA5.


Background Color

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

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

This div background color is #6A7CA5.


Border color

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

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

This div border color is #6A7CA5.


Opacity

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

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

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

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

This text has shadow with #6A7CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7CA5 on black background.


Color preview on white background

This text has color #6A7CA5 on white background.



Black color preview on #6A7CA5 background

This text has black color on #6A7CA5 background.


White color preview on #6A7CA5 background

This text has white color on #6A7CA5 background.