COLOR #6B83CF

HEX: #6B83CF
RGB: (107,131,207)

Color info

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

RGB color model

#6B83CF color RGB value is (107,131,207).

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

RGB channels and saturation

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

107
131
207

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

Portions of RGB colors in percentages

R + G + B =
107 + 131 + 207 = 445 (100%)
R 107 of 445 ~ 24.04%
G 131 of 445 ~ 29.44%
B 207 of 445 ~ 46.52%

%24.04
%29.44
%46.52

CMYK color model

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

  • cyan value is 48.31%
  • 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

%48.31
%36.71
%0
%18.82

Codes

Color #6B83CF in popluar color models

6B83CF
RGB107131207
HSL226°51.02%61.57%
HSB/HSV226°48.31%81.18%
CMYK48.31%36.71%0.00%
18.82%

Color #6B83CF in popluar number systems.

HEX6B83CF
Decimal107131207
Binary11010111000001111001111
Octal153203317

Shades and tints

Shades of #6B83CF

#6B83CF
(107,131,207)
#6278BD
(98,120,189)
#596DAB
(89,109,171)
#506299
(80,98,153)
#475787
(71,87,135)
#3E4C75
(62,76,117)
#354163
(53,65,99)
#2C3651
(44,54,81)
#232B3F
(35,43,63)
#1A202D
(26,32,45)
#11151B
(17,21,27)
#000000
(0,0,0)

Tints of #6B83CF

#6B83CF
(107,131,207)
#788ED3
(120,142,211)
#8599D7
(133,153,215)
#92A4DB
(146,164,219)
#9FAFDF
(159,175,223)
#ACBAE3
(172,186,227)
#B9C5E7
(185,197,231)
#C6D0EB
(198,208,235)
#D3DBEF
(211,219,239)
#E0E6F3
(224,230,243)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B83CF; }

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

This text font color is #6B83CF.


Background Color

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

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

This div background color is #6B83CF.


Border color

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

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

This div border color is #6B83CF.


Opacity

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

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

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

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

This text has shadow with #6B83CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B83CF on black background.


Color preview on white background

This text has color #6B83CF on white background.



Black color preview on #6B83CF background

This text has black color on #6B83CF background.


White color preview on #6B83CF background

This text has white color on #6B83CF background.