COLOR #6F83B2

HEX: #6F83B2 RGB: (111,131,178)

Color info

#6F83B2 contains mainly green and blue colors. Web safe color of #6F83B2 is #669999 (or #699).

RGB color model

#6F83B2 color RGB value is (111,131,178).

RGB: (111,131,178) (44%, 51%, 70%)

RGB channels and saturation

R 111 of 255 = 44%
G 131 of 255 = 51%
B 178 of 255 = 70%

111
131
178

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

Portions of RGB colors in percentages

R + G + B = 111 + 131 + 178 = 420 (100%)
R 111 of 420 ~ 26.43%
G 131 of 420 ~ 31.19%
B 178 of 420 ~ 42.38'%

%26.43
%31.19
%42.38

CMYK color model

#6F83B2 color CMYK value is (38,26,0,30).

  • cyan value is 37.64%
  • magenta value is 26.40%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (38,26,0,30)
C38M26Y0K30 (38%, 26%, 0%, 30%)
(0.38 / 0.26 / 0.00 / 0.30)

CMYK percentages

%37.64
%26.4
%0
%30.2

Codes

Color #6F83B2 in popluar color models

6F 83 B2
RGB 111 131 178
HSL 222° 30.32% 56.67%
HSB/HSV 222° 37.64% 69.80%
CMYK 37.64% 26.40% 0.00%
30.20%

Color #6F83B2 in popluar number systems.

HEX 6F 83 B2
Decimal 111 131 178
Binary 1101111 10000011 10110010
Octal 157 203 262

Shades and tints

Shades of #6F83B2

#6F83B2
(111,131,178)
#6578A2
(101,120,162)
#5B6D92
(91,109,146)
#516282
(81,98,130)
#475772
(71,87,114)
#3D4C62
(61,76,98)
#334152
(51,65,82)
#293642
(41,54,66)
#1F2B32
(31,43,50)
#152022
(21,32,34)
#0B1512
(11,21,18)
#000000
(0,0,0)

Tints of #6F83B2

#6F83B2
(111,131,178)
#7C8EB9
(124,142,185)
#8999C0
(137,153,192)
#96A4C7
(150,164,199)
#A3AFCE
(163,175,206)
#B0BAD5
(176,186,213)
#BDC5DC
(189,197,220)
#CAD0E3
(202,208,227)
#D7DBEA
(215,219,234)
#E4E6F1
(228,230,241)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F83B2 color. Also use rgb(111,131,178) instead hex code.

Text Font Color

.myTextColor { color: #6F83B2; }

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

This text font color is #6F83B2.

Background Color

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

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

This div background color is #6F83B2.

Border color

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

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

This div border color is #6F83B2.

Opacity

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

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

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

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

This text has shadow with #6F83B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F83B2.

Preview

Color preview on black background

This text has color #6F83B2 on black background.


Color preview on white background

This text has color #6F83B2 on white background.


Black color preview on #6F83B2 background

This text has black color on #6F83B2 background.


White color preview on #6F83B2 background

This text has white color on #6F83B2 background.


Related colors

Complementary color

Complementary color for #hex is #907C4D.


I love getcolorcode.com

Triadic colors

1 #B26F83 and #83B26F with #6F83B2 are triadic colors.

2 #B2836F and #836FB2 with #6F83B2 are triadic colors.