COLOR #6A78A1

HEX: #6A78A1
RGB: (106,120,161)

Color info

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

RGB color model

#6A78A1 color RGB value is (106,120,161).

  • red value is 106;
  • green value is 120;
  • blue value is 161.
RGB:
(106,120,161)
(42%,47%,63%)

RGB channels and saturation

R 106 of 255 = 42%
G 120 of 255 = 47%
B 161 of 255 = 63%

106
120
161

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

Portions of RGB colors in percentages

R + G + B =
106 + 120 + 161 = 387 (100%)
R 106 of 387 ~ 27.39%
G 120 of 387 ~ 31.01%
B 161 of 387 ~ 41.6%

%27.39
%31.01
%41.6

CMYK color model

#6A78A1 color CMYK value is (34,25,0,37).

  • cyan value is 34.16%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(34,25,0,37)
C34M25Y0K37 
(34%,25%,0%,37%)
(0.34/0.25/0.00/0.37)	

CMYK percentages

%34.16
%25.47
%0
%36.86

Codes

Color #6A78A1 in popluar color models

6A78A1
RGB106120161
HSL225°22.63%52.35%
HSB/HSV225°34.16%63.14%
CMYK34.16%25.47%0.00%
36.86%

Color #6A78A1 in popluar number systems.

HEX6A78A1
Decimal106120161
Binary1101010111100010100001
Octal152170241

Shades and tints

Shades of #6A78A1

#6A78A1
(106,120,161)
#616E93
(97,110,147)
#586485
(88,100,133)
#4F5A77
(79,90,119)
#465069
(70,80,105)
#3D465B
(61,70,91)
#343C4D
(52,60,77)
#2B323F
(43,50,63)
#222831
(34,40,49)
#191E23
(25,30,35)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #6A78A1

#6A78A1
(106,120,161)
#7784A9
(119,132,169)
#8490B1
(132,144,177)
#919CB9
(145,156,185)
#9EA8C1
(158,168,193)
#ABB4C9
(171,180,201)
#B8C0D1
(184,192,209)
#C5CCD9
(197,204,217)
#D2D8E1
(210,216,225)
#DFE4E9
(223,228,233)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A78A1 color. Also use rgb(106,120,161) instead hex code.

Text Font Color

.myTextColor { color: #6A78A1; }

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

This text font color is #6A78A1.


Background Color

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

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

This div background color is #6A78A1.


Border color

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

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

This div border color is #6A78A1.


Opacity

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

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

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

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

This text has shadow with #6A78A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A78A1 on black background.


Color preview on white background

This text has color #6A78A1 on white background.



Black color preview on #6A78A1 background

This text has black color on #6A78A1 background.


White color preview on #6A78A1 background

This text has white color on #6A78A1 background.