COLOR #6F78AB

HEX: #6F78AB RGB: (111,120,171)

Color info

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

RGB color model

#6F78AB color RGB value is (111,120,171).

RGB: (111,120,171) (44%, 47%, 67%)

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 171 of 255 = 67%

111
120
171

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

Portions of RGB colors in percentages

R + G + B = 111 + 120 + 171 = 402 (100%)
R 111 of 402 ~ 27.61%
G 120 of 402 ~ 29.85%
B 171 of 402 ~ 42.54'%

%27.61
%29.85
%42.54

CMYK color model

#6F78AB color CMYK value is (35,30,0,33).

  • cyan value is 35.09%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (35,30,0,33)
C35M30Y0K33 (35%, 30%, 0%, 33%)
(0.35 / 0.30 / 0.00 / 0.33)

CMYK percentages

%35.09
%29.82
%0
%32.94

Codes

Color #6F78AB in popluar color models

6F 78 AB
RGB 111 120 171
HSL 231° 26.32% 55.29%
HSB/HSV 231° 35.09% 67.06%
CMYK 35.09% 29.82% 0.00%
32.94%

Color #6F78AB in popluar number systems.

HEX 6F 78 AB
Decimal 111 120 171
Binary 1101111 1111000 10101011
Octal 157 170 253

Shades and tints

Shades of #6F78AB

#6F78AB
(111,120,171)
#656E9C
(101,110,156)
#5B648D
(91,100,141)
#515A7E
(81,90,126)
#47506F
(71,80,111)
#3D4660
(61,70,96)
#333C51
(51,60,81)
#293242
(41,50,66)
#1F2833
(31,40,51)
#151E24
(21,30,36)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #6F78AB

#6F78AB
(111,120,171)
#7C84B2
(124,132,178)
#8990B9
(137,144,185)
#969CC0
(150,156,192)
#A3A8C7
(163,168,199)
#B0B4CE
(176,180,206)
#BDC0D5
(189,192,213)
#CACCDC
(202,204,220)
#D7D8E3
(215,216,227)
#E4E4EA
(228,228,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F78AB color. Also use rgb(111,120,171) instead hex code.

Text Font Color

.myTextColor { color: #6F78AB; }

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

This text font color is #6F78AB.

Background Color

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

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

This div background color is #6F78AB.

Border color

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

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

This div border color is #6F78AB.

Opacity

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

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

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

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

This text has shadow with #6F78AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F78AB.

Preview

Color preview on black background

This text has color #6F78AB on black background.


Color preview on white background

This text has color #6F78AB on white background.


Black color preview on #6F78AB background

This text has black color on #6F78AB background.


White color preview on #6F78AB background

This text has white color on #6F78AB background.


Related colors

Complementary color

Complementary color for #hex is #908754.


I love getcolorcode.com

Triadic colors

1 #AB6F78 and #78AB6F with #6F78AB are triadic colors.

2 #AB786F and #786FAB with #6F78AB are triadic colors.