COLOR #6F81DC

HEX: #6F81DC
RGB: (111,129,220)

Color info

#6F81DC contains mainly blue color. Web safe color of #6F81DC is #6699CC (or #69C).

RGB color model

#6F81DC color RGB value is (111,129,220).

  • red value is 111;
  • green value is 129;
  • blue value is 220.
RGB:
(111,129,220)
(44%,51%,86%)

RGB channels and saturation

R 111 of 255 = 44%
G 129 of 255 = 51%
B 220 of 255 = 86%

111
129
220

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

Portions of RGB colors in percentages

R + G + B =
111 + 129 + 220 = 460 (100%)
R 111 of 460 ~ 24.13%
G 129 of 460 ~ 28.04%
B 220 of 460 ~ 47.83%

%24.13
%28.04
%47.83

CMYK color model

#6F81DC color CMYK value is (50,41,0,14).

  • cyan value is 49.55%
  • magenta value is 41.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(50,41,0,14)
C50M41Y0K14 
(50%,41%,0%,14%)
(0.50/0.41/0.00/0.14)	

CMYK percentages

%49.55
%41.36
%0
%13.73

Codes

Color #6F81DC in popluar color models

6F81DC
RGB111129220
HSL230°60.89%64.90%
HSB/HSV230°49.55%86.27%
CMYK49.55%41.36%0.00%
13.73%

Color #6F81DC in popluar number systems.

HEX6F81DC
Decimal111129220
Binary11011111000000111011100
Octal157201334

Shades and tints

Shades of #6F81DC

#6F81DC
(111,129,220)
#6576C8
(101,118,200)
#5B6BB4
(91,107,180)
#5160A0
(81,96,160)
#47558C
(71,85,140)
#3D4A78
(61,74,120)
#333F64
(51,63,100)
#293450
(41,52,80)
#1F293C
(31,41,60)
#151E28
(21,30,40)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #6F81DC

#6F81DC
(111,129,220)
#7C8CDF
(124,140,223)
#8997E2
(137,151,226)
#96A2E5
(150,162,229)
#A3ADE8
(163,173,232)
#B0B8EB
(176,184,235)
#BDC3EE
(189,195,238)
#CACEF1
(202,206,241)
#D7D9F4
(215,217,244)
#E4E4F7
(228,228,247)
#F1EFFA
(241,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F81DC color. Also use rgb(111,129,220) instead hex code.

Text Font Color

.myTextColor { color: #6F81DC; }

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

This text font color is #6F81DC.


Background Color

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

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

This div background color is #6F81DC.


Border color

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

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

This div border color is #6F81DC.


Opacity

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

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

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

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

This text has shadow with #6F81DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F81DC on black background.


Color preview on white background

This text has color #6F81DC on white background.



Black color preview on #6F81DC background

This text has black color on #6F81DC background.


White color preview on #6F81DC background

This text has white color on #6F81DC background.