COLOR #6983C5

HEX: #6983C5 RGB: (105,131,197)

Color info

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

RGB color model

#6983C5 color RGB value is (105,131,197).

RGB: (105,131,197) (41%, 51%, 77%)

RGB channels and saturation

R 105 of 255 = 41%
G 131 of 255 = 51%
B 197 of 255 = 77%

105
131
197

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

Portions of RGB colors in percentages

R + G + B = 105 + 131 + 197 = 433 (100%)
R 105 of 433 ~ 24.25%
G 131 of 433 ~ 30.25%
B 197 of 433 ~ 45.5'%

%24.25
%30.25
%45.5

CMYK color model

#6983C5 color CMYK value is (47,34,0,23).

  • cyan value is 46.70%
  • magenta value is 33.50%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (47,34,0,23)
C47M34Y0K23 (47%, 34%, 0%, 23%)
(0.47 / 0.34 / 0.00 / 0.23)

CMYK percentages

%46.7
%33.5
%0
%22.75

Codes

Color #6983C5 in popluar color models

69 83 C5
RGB 105 131 197
HSL 223° 44.23% 59.22%
HSB/HSV 223° 46.70% 77.25%
CMYK 46.70% 33.50% 0.00%
22.75%

Color #6983C5 in popluar number systems.

HEX 69 83 C5
Decimal 105 131 197
Binary 1101001 10000011 11000101
Octal 151 203 305

Shades and tints

Shades of #6983C5

#6983C5
(105,131,197)
#6078B4
(96,120,180)
#576DA3
(87,109,163)
#4E6292
(78,98,146)
#455781
(69,87,129)
#3C4C70
(60,76,112)
#33415F
(51,65,95)
#2A364E
(42,54,78)
#212B3D
(33,43,61)
#18202C
(24,32,44)
#0F151B
(15,21,27)
#000000
(0,0,0)

Tints of #6983C5

#6983C5
(105,131,197)
#768ECA
(118,142,202)
#8399CF
(131,153,207)
#90A4D4
(144,164,212)
#9DAFD9
(157,175,217)
#AABADE
(170,186,222)
#B7C5E3
(183,197,227)
#C4D0E8
(196,208,232)
#D1DBED
(209,219,237)
#DEE6F2
(222,230,242)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6983C5 color. Also use rgb(105,131,197) instead hex code.

Text Font Color

.myTextColor { color: #6983C5; }

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

This text font color is #6983C5.

Background Color

.myBgColor { background-color: #6983C5; }

<div style="background-color:#6983C5">Inner text</div>

This div background color is #6983C5.

Border color

.myBorderColor { border: 1px solid #6983C5; }

<div style="border:3px solid #6983C5">Div</div>

This div border color is #6983C5.

Opacity

.myOpacity80 { color: #6983C5; opacity: 0.8; }

<p style="color:#6983C5;opacity:0.8;">80%</p>

Text with #6983C5 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 #6983C5;}

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

This text has shadow with #6983C5 color.


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

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

This text has shadow with #6983C5 primary color and red secondary color.


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

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

This text has shadow with #6983C5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6983C5.

Preview

Color preview on black background

This text has color #6983C5 on black background.


Color preview on white background

This text has color #6983C5 on white background.


Black color preview on #6983C5 background

This text has black color on #6983C5 background.


White color preview on #6983C5 background

This text has white color on #6983C5 background.


Related colors

Complementary color

Complementary color for #hex is #967C3A.


I love getcolorcode.com

Triadic colors

1 #C56983 and #83C569 with #6983C5 are triadic colors.

2 #C58369 and #8369C5 with #6983C5 are triadic colors.