COLOR #6F78D9

HEX: #6F78D9
RGB: (111,120,217)

Color info

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

RGB color model

#6F78D9 color RGB value is (111,120,217).

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

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 217 of 255 = 85%

111
120
217

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

Portions of RGB colors in percentages

R + G + B =
111 + 120 + 217 = 448 (100%)
R 111 of 448 ~ 24.78%
G 120 of 448 ~ 26.79%
B 217 of 448 ~ 48.44%

%24.78
%26.79
%48.44

CMYK color model

#6F78D9 color CMYK value is (49,45,0,15).

  • cyan value is 48.85%
  • magenta value is 44.70%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(49,45,0,15)
C49M45Y0K15 
(49%,45%,0%,15%)
(0.49/0.45/0.00/0.15)	

CMYK percentages

%48.85
%44.7
%0
%14.9

Codes

Color #6F78D9 in popluar color models

6F78D9
RGB111120217
HSL235°58.24%64.31%
HSB/HSV235°48.85%85.10%
CMYK48.85%44.70%0.00%
14.90%

Color #6F78D9 in popluar number systems.

HEX6F78D9
Decimal111120217
Binary1101111111100011011001
Octal157170331

Shades and tints

Shades of #6F78D9

#6F78D9
(111,120,217)
#656EC6
(101,110,198)
#5B64B3
(91,100,179)
#515AA0
(81,90,160)
#47508D
(71,80,141)
#3D467A
(61,70,122)
#333C67
(51,60,103)
#293254
(41,50,84)
#1F2841
(31,40,65)
#151E2E
(21,30,46)
#0B141B
(11,20,27)
#000000
(0,0,0)

Tints of #6F78D9

#6F78D9
(111,120,217)
#7C84DC
(124,132,220)
#8990DF
(137,144,223)
#969CE2
(150,156,226)
#A3A8E5
(163,168,229)
#B0B4E8
(176,180,232)
#BDC0EB
(189,192,235)
#CACCEE
(202,204,238)
#D7D8F1
(215,216,241)
#E4E4F4
(228,228,244)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F78D9; }

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

This text font color is #6F78D9.


Background Color

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

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

This div background color is #6F78D9.


Border color

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

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

This div border color is #6F78D9.


Opacity

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

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

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

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

This text has shadow with #6F78D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F78D9 on black background.


Color preview on white background

This text has color #6F78D9 on white background.



Black color preview on #6F78D9 background

This text has black color on #6F78D9 background.


White color preview on #6F78D9 background

This text has white color on #6F78D9 background.