COLOR #6A78B8

HEX: #6A78B8 RGB: (106,120,184)

Color info

#6A78B8 contains mainly blue color. Web safe color of #6A78B8 is #6666CC (or #66C).

RGB color model

#6A78B8 color RGB value is (106,120,184).

RGB: (106,120,184) (42%, 47%, 72%)

RGB channels and saturation

R 106 of 255 = 42%
G 120 of 255 = 47%
B 184 of 255 = 72%

106
120
184

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

Portions of RGB colors in percentages

R + G + B = 106 + 120 + 184 = 410 (100%)
R 106 of 410 ~ 25.85%
G 120 of 410 ~ 29.27%
B 184 of 410 ~ 44.88'%

%25.85
%29.27
%44.88

CMYK color model

#6A78B8 color CMYK value is (42,35,0,28).

  • cyan value is 42.39%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (42,35,0,28)
C42M35Y0K28 (42%, 35%, 0%, 28%)
(0.42 / 0.35 / 0.00 / 0.28)

CMYK percentages

%42.39
%34.78
%0
%27.84

Codes

Color #6A78B8 in popluar color models

6A 78 B8
RGB 106 120 184
HSL 229° 35.45% 56.86%
HSB/HSV 229° 42.39% 72.16%
CMYK 42.39% 34.78% 0.00%
27.84%

Color #6A78B8 in popluar number systems.

HEX 6A 78 B8
Decimal 106 120 184
Binary 1101010 1111000 10111000
Octal 152 170 270

Shades and tints

Shades of #6A78B8

#6A78B8
(106,120,184)
#616EA8
(97,110,168)
#586498
(88,100,152)
#4F5A88
(79,90,136)
#465078
(70,80,120)
#3D4668
(61,70,104)
#343C58
(52,60,88)
#2B3248
(43,50,72)
#222838
(34,40,56)
#191E28
(25,30,40)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #6A78B8

#6A78B8
(106,120,184)
#7784BE
(119,132,190)
#8490C4
(132,144,196)
#919CCA
(145,156,202)
#9EA8D0
(158,168,208)
#ABB4D6
(171,180,214)
#B8C0DC
(184,192,220)
#C5CCE2
(197,204,226)
#D2D8E8
(210,216,232)
#DFE4EE
(223,228,238)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A78B8; }

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

This text font color is #6A78B8.

Background Color

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

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

This div background color is #6A78B8.

Border color

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

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

This div border color is #6A78B8.

Opacity

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

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

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

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

This text has shadow with #6A78B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A78B8.

Preview

Color preview on black background

This text has color #6A78B8 on black background.


Color preview on white background

This text has color #6A78B8 on white background.


Black color preview on #6A78B8 background

This text has black color on #6A78B8 background.


White color preview on #6A78B8 background

This text has white color on #6A78B8 background.


Related colors

Complementary color

Complementary color for #hex is #958747.


I love getcolorcode.com

Triadic colors

1 #B86A78 and #78B86A with #6A78B8 are triadic colors.

2 #B8786A and #786AB8 with #6A78B8 are triadic colors.