COLOR #6F78AF

HEX: #6F78AF
RGB: (111,120,175)

Color info

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

RGB color model

#6F78AF color RGB value is (111,120,175).

  • red value is 111;
  • green value is 120;
  • blue value is 175.
RGB:
(111,120,175)
(44%,47%,69%)

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 175 of 255 = 69%

111
120
175

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

Portions of RGB colors in percentages

R + G + B =
111 + 120 + 175 = 406 (100%)
R 111 of 406 ~ 27.34%
G 120 of 406 ~ 29.56%
B 175 of 406 ~ 43.1%

%27.34
%29.56
%43.1

CMYK color model

#6F78AF color CMYK value is (37,31,0,31).

  • cyan value is 36.57%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(37,31,0,31)
C37M31Y0K31 
(37%,31%,0%,31%)
(0.37/0.31/0.00/0.31)	

CMYK percentages

%36.57
%31.43
%0
%31.37

Codes

Color #6F78AF in popluar color models

6F78AF
RGB111120175
HSL232°28.57%56.08%
HSB/HSV232°36.57%68.63%
CMYK36.57%31.43%0.00%
31.37%

Color #6F78AF in popluar number systems.

HEX6F78AF
Decimal111120175
Binary1101111111100010101111
Octal157170257

Shades and tints

Shades of #6F78AF

#6F78AF
(111,120,175)
#656EA0
(101,110,160)
#5B6491
(91,100,145)
#515A82
(81,90,130)
#475073
(71,80,115)
#3D4664
(61,70,100)
#333C55
(51,60,85)
#293246
(41,50,70)
#1F2837
(31,40,55)
#151E28
(21,30,40)
#0B1419
(11,20,25)
#000000
(0,0,0)

Tints of #6F78AF

#6F78AF
(111,120,175)
#7C84B6
(124,132,182)
#8990BD
(137,144,189)
#969CC4
(150,156,196)
#A3A8CB
(163,168,203)
#B0B4D2
(176,180,210)
#BDC0D9
(189,192,217)
#CACCE0
(202,204,224)
#D7D8E7
(215,216,231)
#E4E4EE
(228,228,238)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F78AF; }

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

This text font color is #6F78AF.


Background Color

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

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

This div background color is #6F78AF.


Border color

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

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

This div border color is #6F78AF.


Opacity

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

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

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

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

This text has shadow with #6F78AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F78AF on black background.


Color preview on white background

This text has color #6F78AF on white background.



Black color preview on #6F78AF background

This text has black color on #6F78AF background.


White color preview on #6F78AF background

This text has white color on #6F78AF background.