COLOR #6F82C0

HEX: #6F82C0
RGB: (111,130,192)

Color info

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

RGB color model

#6F82C0 color RGB value is (111,130,192).

  • red value is 111;
  • green value is 130;
  • blue value is 192.
RGB:
(111,130,192)
(44%,51%,75%)

RGB channels and saturation

R 111 of 255 = 44%
G 130 of 255 = 51%
B 192 of 255 = 75%

111
130
192

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

Portions of RGB colors in percentages

R + G + B =
111 + 130 + 192 = 433 (100%)
R 111 of 433 ~ 25.64%
G 130 of 433 ~ 30.02%
B 192 of 433 ~ 44.34%

%25.64
%30.02
%44.34

CMYK color model

#6F82C0 color CMYK value is (42,32,0,25).

  • cyan value is 42.19%
  • magenta value is 32.29%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(42,32,0,25)
C42M32Y0K25 
(42%,32%,0%,25%)
(0.42/0.32/0.00/0.25)	

CMYK percentages

%42.19
%32.29
%0
%24.71

Codes

Color #6F82C0 in popluar color models

6F82C0
RGB111130192
HSL226°39.13%59.41%
HSB/HSV226°42.19%75.29%
CMYK42.19%32.29%0.00%
24.71%

Color #6F82C0 in popluar number systems.

HEX6F82C0
Decimal111130192
Binary11011111000001011000000
Octal157202300

Shades and tints

Shades of #6F82C0

#6F82C0
(111,130,192)
#6577AF
(101,119,175)
#5B6C9E
(91,108,158)
#51618D
(81,97,141)
#47567C
(71,86,124)
#3D4B6B
(61,75,107)
#33405A
(51,64,90)
#293549
(41,53,73)
#1F2A38
(31,42,56)
#151F27
(21,31,39)
#0B1416
(11,20,22)
#000000
(0,0,0)

Tints of #6F82C0

#6F82C0
(111,130,192)
#7C8DC5
(124,141,197)
#8998CA
(137,152,202)
#96A3CF
(150,163,207)
#A3AED4
(163,174,212)
#B0B9D9
(176,185,217)
#BDC4DE
(189,196,222)
#CACFE3
(202,207,227)
#D7DAE8
(215,218,232)
#E4E5ED
(228,229,237)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F82C0 color. Also use rgb(111,130,192) instead hex code.

Text Font Color

.myTextColor { color: #6F82C0; }

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

This text font color is #6F82C0.


Background Color

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

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

This div background color is #6F82C0.


Border color

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

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

This div border color is #6F82C0.


Opacity

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

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

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

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

This text has shadow with #6F82C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F82C0 on black background.


Color preview on white background

This text has color #6F82C0 on white background.



Black color preview on #6F82C0 background

This text has black color on #6F82C0 background.


White color preview on #6F82C0 background

This text has white color on #6F82C0 background.