COLOR #6883C0

HEX: #6883C0
RGB: (104,131,192)

Color info

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

RGB color model

#6883C0 color RGB value is (104,131,192).

  • red value is 104;
  • green value is 131;
  • blue value is 192.
RGB:
(104,131,192)
(41%,51%,75%)

RGB channels and saturation

R 104 of 255 = 41%
G 131 of 255 = 51%
B 192 of 255 = 75%

104
131
192

R + G + B ~ 56%. #6883C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 131 + 192 = 427 (100%)
R 104 of 427 ~ 24.36%
G 131 of 427 ~ 30.68%
B 192 of 427 ~ 44.96%

%24.36
%30.68
%44.96

CMYK color model

#6883C0 color CMYK value is (46,32,0,25).

  • cyan value is 45.83%
  • magenta value is 31.77%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(46,32,0,25)
C46M32Y0K25 
(46%,32%,0%,25%)
(0.46/0.32/0.00/0.25)	

CMYK percentages

%45.83
%31.77
%0
%24.71

Codes

Color #6883C0 in popluar color models

6883C0
RGB104131192
HSL222°41.12%58.04%
HSB/HSV222°45.83%75.29%
CMYK45.83%31.77%0.00%
24.71%

Color #6883C0 in popluar number systems.

HEX6883C0
Decimal104131192
Binary11010001000001111000000
Octal150203300

Shades and tints

Shades of #6883C0

#6883C0
(104,131,192)
#5F78AF
(95,120,175)
#566D9E
(86,109,158)
#4D628D
(77,98,141)
#44577C
(68,87,124)
#3B4C6B
(59,76,107)
#32415A
(50,65,90)
#293649
(41,54,73)
#202B38
(32,43,56)
#172027
(23,32,39)
#0E1516
(14,21,22)
#000000
(0,0,0)

Tints of #6883C0

#6883C0
(104,131,192)
#758EC5
(117,142,197)
#8299CA
(130,153,202)
#8FA4CF
(143,164,207)
#9CAFD4
(156,175,212)
#A9BAD9
(169,186,217)
#B6C5DE
(182,197,222)
#C3D0E3
(195,208,227)
#D0DBE8
(208,219,232)
#DDE6ED
(221,230,237)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6883C0 color. Also use rgb(104,131,192) instead hex code.

Text Font Color

.myTextColor { color: #6883C0; }

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

This text font color is #6883C0.


Background Color

.myBgColor { background-color: #6883C0; }

<div style="background-color:#6883C0">Inner text</div>

This div background color is #6883C0.


Border color

.myBorderColor { border: 1px solid #6883C0; }

<div style="border:3px solid #6883C0">Div</div>

This div border color is #6883C0.


Opacity

.myOpacity80 { color: #6883C0; opacity: 0.8; }

<p style="color:#6883C0;opacity:0.8;">80%</p>

Text with #6883C0 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 #6883C0;}

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

This text has shadow with #6883C0 color.

.textShadow {text-shadow: 3px 3px 1px #6883C0, 3px 3px 1px red;}

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

This text has shadow with #6883C0 primary color and red secondary color.


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

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

This text has shadow with #6883C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6883C0 on black background.


Color preview on white background

This text has color #6883C0 on white background.



Black color preview on #6883C0 background

This text has black color on #6883C0 background.


White color preview on #6883C0 background

This text has white color on #6883C0 background.