COLOR #6F84BF

HEX: #6F84BF RGB: (111,132,191)

Color info

#6F84BF contains mainly green and blue colors. Web safe color of #6F84BF is #6699CC (or #69C).

RGB color model

#6F84BF color RGB value is (111,132,191).

RGB: (111,132,191) (44%, 52%, 75%)

RGB channels and saturation

R 111 of 255 = 44%
G 132 of 255 = 52%
B 191 of 255 = 75%

111
132
191

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

Portions of RGB colors in percentages

R + G + B = 111 + 132 + 191 = 434 (100%)
R 111 of 434 ~ 25.58%
G 132 of 434 ~ 30.41%
B 191 of 434 ~ 44.01'%

%25.58
%30.41
%44.01

CMYK color model

#6F84BF color CMYK value is (42,31,0,25).

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

CMYK: (42,31,0,25)
C42M31Y0K25 (42%, 31%, 0%, 25%)
(0.42 / 0.31 / 0.00 / 0.25)

CMYK percentages

%41.88
%30.89
%0
%25.1

Codes

Color #6F84BF in popluar color models

6F 84 BF
RGB 111 132 191
HSL 224° 38.46% 59.22%
HSB/HSV 224° 41.88% 74.90%
CMYK 41.88% 30.89% 0.00%
25.10%

Color #6F84BF in popluar number systems.

HEX 6F 84 BF
Decimal 111 132 191
Binary 1101111 10000100 10111111
Octal 157 204 277

Shades and tints

Shades of #6F84BF

#6F84BF
(111,132,191)
#6578AE
(101,120,174)
#5B6C9D
(91,108,157)
#51608C
(81,96,140)
#47547B
(71,84,123)
#3D486A
(61,72,106)
#333C59
(51,60,89)
#293048
(41,48,72)
#1F2437
(31,36,55)
#151826
(21,24,38)
#0B0C15
(11,12,21)
#000000
(0,0,0)

Tints of #6F84BF

#6F84BF
(111,132,191)
#7C8FC4
(124,143,196)
#899AC9
(137,154,201)
#96A5CE
(150,165,206)
#A3B0D3
(163,176,211)
#B0BBD8
(176,187,216)
#BDC6DD
(189,198,221)
#CAD1E2
(202,209,226)
#D7DCE7
(215,220,231)
#E4E7EC
(228,231,236)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F84BF; }

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

This text font color is #6F84BF.

Background Color

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

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

This div background color is #6F84BF.

Border color

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

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

This div border color is #6F84BF.

Opacity

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

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

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

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

This text has shadow with #6F84BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F84BF.

Preview

Color preview on black background

This text has color #6F84BF on black background.


Color preview on white background

This text has color #6F84BF on white background.


Black color preview on #6F84BF background

This text has black color on #6F84BF background.


White color preview on #6F84BF background

This text has white color on #6F84BF background.


Related colors

Complementary color

Complementary color for #hex is #907B40.


I love getcolorcode.com

Triadic colors

1 #BF6F84 and #84BF6F with #6F84BF are triadic colors.

2 #BF846F and #846FBF with #6F84BF are triadic colors.