COLOR #6383C6

HEX: #6383C6 RGB: (99,131,198)

Color info

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

RGB color model

#6383C6 color RGB value is (99,131,198).

RGB: (99,131,198) (39%, 51%, 78%)

RGB channels and saturation

R 99 of 255 = 39%
G 131 of 255 = 51%
B 198 of 255 = 78%

99
131
198

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

Portions of RGB colors in percentages

R + G + B = 99 + 131 + 198 = 428 (100%)
R 99 of 428 ~ 23.13%
G 131 of 428 ~ 30.61%
B 198 of 428 ~ 46.26'%

%23.13
%30.61
%46.26

CMYK color model

#6383C6 color CMYK value is (50,34,0,22).

  • cyan value is 50.00%
  • magenta value is 33.84%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (50,34,0,22) C50M34Y0K22 (50%,34%,0%,22%) (0.50/0.34/0.00/0.22) 

CMYK percentages

%50
%33.84
%0
%22.35

Codes

Color #6383C6 in popluar color models

63 83 C6
RGB 99 131 198
HSL 221° 46.48% 58.24%
HSB/HSV 221° 50.00% 77.65%
CMYK 50.00% 33.84% 0.00%
22.35%

Color #6383C6 in popluar number systems.

HEX 63 83 C6
Decimal 99 131 198
Binary 1100011 10000011 11000110
Octal 143 203 306

Shades and tints

Shades of #6383C6

#6383C6
(99,131,198)
#5A78B4
(90,120,180)
#516DA2
(81,109,162)
#486290
(72,98,144)
#3F577E
(63,87,126)
#364C6C
(54,76,108)
#2D415A
(45,65,90)
#243648
(36,54,72)
#1B2B36
(27,43,54)
#122024
(18,32,36)
#091512
(9,21,18)
#000000
(0,0,0)

Tints of #6383C6

#6383C6
(99,131,198)
#718ECB
(113,142,203)
#7F99D0
(127,153,208)
#8DA4D5
(141,164,213)
#9BAFDA
(155,175,218)
#A9BADF
(169,186,223)
#B7C5E4
(183,197,228)
#C5D0E9
(197,208,233)
#D3DBEE
(211,219,238)
#E1E6F3
(225,230,243)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6383C6 color. Also use rgb(99,131,198) instead hex code.

Text Font Color

.myTextColor { color: #6383C6; }

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

This text font color is #6383C6.

Background Color

.myBgColor { background-color: #6383C6; }

<div style="background-color:#6383C6">Inner text</div>

This div background color is #6383C6.

Border color

.myBorderColor { border: 1px solid #6383C6; }

<div style="border:3px solid #6383C6">Div</div>

This div border color is #6383C6.

Opacity

.myOpacity80 { color: #6383C6; opacity: 0.8; }

<p style="color:#6383C6;opacity:0.8;">80%</p>

Text with #6383C6 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 #6383C6;}

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

This text has shadow with #6383C6 color.


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

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

This text has shadow with #6383C6 primary color and red secondary color.


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

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

This text has shadow with #6383C6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6383C6.

Preview

Color preview on black background

This text has color #6383C6 on black background.


Color preview on white background

This text has color #6383C6 on white background.


Black color preview on #6383C6 background

This text has black color on #6383C6 background.


White color preview on #6383C6 background

This text has white color on #6383C6 background.


Related colors

Complementary color

Complementary color for #hex is #9C7C39.


I love getcolorcode.com

Triadic colors

1 #C66383 and #83C663 with #6383C6 are triadic colors.

2 #C68363 and #8363C6 with #6383C6 are triadic colors.