COLOR #6F70BF

HEX: #6F70BF RGB: (111,112,191)

Color info

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

RGB color model

#6F70BF color RGB value is (111,112,191).

RGB: (111,112,191) (44%, 44%, 75%)

RGB channels and saturation

R 111 of 255 = 44%
G 112 of 255 = 44%
B 191 of 255 = 75%

111
112
191

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

Portions of RGB colors in percentages

R + G + B = 111 + 112 + 191 = 414 (100%)
R 111 of 414 ~ 26.81%
G 112 of 414 ~ 27.05%
B 191 of 414 ~ 46.14'%

%26.81
%27.05
%46.14

CMYK color model

#6F70BF color CMYK value is (42,41,0,25).

  • cyan value is 41.88%
  • magenta value is 41.36%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (42,41,0,25)
C42M41Y0K25 (42%, 41%, 0%, 25%)
(0.42 / 0.41 / 0.00 / 0.25)

CMYK percentages

%41.88
%41.36
%0
%25.1

Codes

Color #6F70BF in popluar color models

6F 70 BF
RGB 111 112 191
HSL 239° 38.46% 59.22%
HSB/HSV 239° 41.88% 74.90%
CMYK 41.88% 41.36% 0.00%
25.10%

Color #6F70BF in popluar number systems.

HEX 6F 70 BF
Decimal 111 112 191
Binary 1101111 1110000 10111111
Octal 157 160 277

Shades and tints

Shades of #6F70BF

#6F70BF
(111,112,191)
#6566AE
(101,102,174)
#5B5C9D
(91,92,157)
#51528C
(81,82,140)
#47487B
(71,72,123)
#3D3E6A
(61,62,106)
#333459
(51,52,89)
#292A48
(41,42,72)
#1F2037
(31,32,55)
#151626
(21,22,38)
#0B0C15
(11,12,21)
#000000
(0,0,0)

Tints of #6F70BF

#6F70BF
(111,112,191)
#7C7DC4
(124,125,196)
#898AC9
(137,138,201)
#9697CE
(150,151,206)
#A3A4D3
(163,164,211)
#B0B1D8
(176,177,216)
#BDBEDD
(189,190,221)
#CACBE2
(202,203,226)
#D7D8E7
(215,216,231)
#E4E5EC
(228,229,236)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F70BF color. Also use rgb(111,112,191) instead hex code.

Text Font Color

.myTextColor { color: #6F70BF; }

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

This text font color is #6F70BF.

Background Color

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

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

This div background color is #6F70BF.

Border color

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

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

This div border color is #6F70BF.

Opacity

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

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

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

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

This text has shadow with #6F70BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F70BF.

Preview

Color preview on black background

This text has color #6F70BF on black background.


Color preview on white background

This text has color #6F70BF on white background.


Black color preview on #6F70BF background

This text has black color on #6F70BF background.


White color preview on #6F70BF background

This text has white color on #6F70BF background.


Related colors

Complementary color

Complementary color for #hex is #908F40.


I love getcolorcode.com

Triadic colors

1 #BF6F70 and #70BF6F with #6F70BF are triadic colors.

2 #BF706F and #706FBF with #6F70BF are triadic colors.