COLOR #6F78B5

HEX: #6F78B5
RGB: (111,120,181)

Color info

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

RGB color model

#6F78B5 color RGB value is (111,120,181).

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

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 181 of 255 = 71%

111
120
181

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

Portions of RGB colors in percentages

R + G + B =
111 + 120 + 181 = 412 (100%)
R 111 of 412 ~ 26.94%
G 120 of 412 ~ 29.13%
B 181 of 412 ~ 43.93%

%26.94
%29.13
%43.93

CMYK color model

#6F78B5 color CMYK value is (39,34,0,29).

  • cyan value is 38.67%
  • magenta value is 33.70%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(39,34,0,29)
C39M34Y0K29 
(39%,34%,0%,29%)
(0.39/0.34/0.00/0.29)	

CMYK percentages

%38.67
%33.7
%0
%29.02

Codes

Color #6F78B5 in popluar color models

6F78B5
RGB111120181
HSL232°32.11%57.25%
HSB/HSV232°38.67%70.98%
CMYK38.67%33.70%0.00%
29.02%

Color #6F78B5 in popluar number systems.

HEX6F78B5
Decimal111120181
Binary1101111111100010110101
Octal157170265

Shades and tints

Shades of #6F78B5

#6F78B5
(111,120,181)
#656EA5
(101,110,165)
#5B6495
(91,100,149)
#515A85
(81,90,133)
#475075
(71,80,117)
#3D4665
(61,70,101)
#333C55
(51,60,85)
#293245
(41,50,69)
#1F2835
(31,40,53)
#151E25
(21,30,37)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #6F78B5

#6F78B5
(111,120,181)
#7C84BB
(124,132,187)
#8990C1
(137,144,193)
#969CC7
(150,156,199)
#A3A8CD
(163,168,205)
#B0B4D3
(176,180,211)
#BDC0D9
(189,192,217)
#CACCDF
(202,204,223)
#D7D8E5
(215,216,229)
#E4E4EB
(228,228,235)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F78B5; }

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

This text font color is #6F78B5.


Background Color

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

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

This div background color is #6F78B5.


Border color

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

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

This div border color is #6F78B5.


Opacity

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

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

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

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

This text has shadow with #6F78B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F78B5 on black background.


Color preview on white background

This text has color #6F78B5 on white background.



Black color preview on #6F78B5 background

This text has black color on #6F78B5 background.


White color preview on #6F78B5 background

This text has white color on #6F78B5 background.