COLOR #6C83CF

HEX: #6C83CF
RGB: (108,131,207)

Color info

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

RGB color model

#6C83CF color RGB value is (108,131,207).

  • red value is 108;
  • green value is 131;
  • blue value is 207.
RGB:
(108,131,207)
(42%,51%,81%)

RGB channels and saturation

R 108 of 255 = 42%
G 131 of 255 = 51%
B 207 of 255 = 81%

108
131
207

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

Portions of RGB colors in percentages

R + G + B =
108 + 131 + 207 = 446 (100%)
R 108 of 446 ~ 24.22%
G 131 of 446 ~ 29.37%
B 207 of 446 ~ 46.41%

%24.22
%29.37
%46.41

CMYK color model

#6C83CF color CMYK value is (48,37,0,19).

  • cyan value is 47.83%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(48,37,0,19)
C48M37Y0K19 
(48%,37%,0%,19%)
(0.48/0.37/0.00/0.19)	

CMYK percentages

%47.83
%36.71
%0
%18.82

Codes

Color #6C83CF in popluar color models

6C83CF
RGB108131207
HSL226°50.77%61.76%
HSB/HSV226°47.83%81.18%
CMYK47.83%36.71%0.00%
18.82%

Color #6C83CF in popluar number systems.

HEX6C83CF
Decimal108131207
Binary11011001000001111001111
Octal154203317

Shades and tints

Shades of #6C83CF

#6C83CF
(108,131,207)
#6378BD
(99,120,189)
#5A6DAB
(90,109,171)
#516299
(81,98,153)
#485787
(72,87,135)
#3F4C75
(63,76,117)
#364163
(54,65,99)
#2D3651
(45,54,81)
#242B3F
(36,43,63)
#1B202D
(27,32,45)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #6C83CF

#6C83CF
(108,131,207)
#798ED3
(121,142,211)
#8699D7
(134,153,215)
#93A4DB
(147,164,219)
#A0AFDF
(160,175,223)
#ADBAE3
(173,186,227)
#BAC5E7
(186,197,231)
#C7D0EB
(199,208,235)
#D4DBEF
(212,219,239)
#E1E6F3
(225,230,243)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C83CF color. Also use rgb(108,131,207) instead hex code.

Text Font Color

.myTextColor { color: #6C83CF; }

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

This text font color is #6C83CF.


Background Color

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

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

This div background color is #6C83CF.


Border color

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

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

This div border color is #6C83CF.


Opacity

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

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

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

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

This text has shadow with #6C83CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C83CF on black background.


Color preview on white background

This text has color #6C83CF on white background.



Black color preview on #6C83CF background

This text has black color on #6C83CF background.


White color preview on #6C83CF background

This text has white color on #6C83CF background.