COLOR #6381CC

HEX: #6381CC RGB: (99,129,204)

Color info

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

RGB color model

#6381CC color RGB value is (99,129,204).

RGB: (99,129,204) (39%, 51%, 80%)

RGB channels and saturation

R 99 of 255 = 39%
G 129 of 255 = 51%
B 204 of 255 = 80%

99
129
204

R + G + B ~ 57%. #6381CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 129 + 204 = 432 (100%)
R 99 of 432 ~ 22.92%
G 129 of 432 ~ 29.86%
B 204 of 432 ~ 47.22'%

%22.92
%29.86
%47.22

CMYK color model

#6381CC color CMYK value is (51,37,0,20).

  • cyan value is 51.47%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (51,37,0,20)
C51M37Y0K20 (51%, 37%, 0%, 20%)
(0.51 / 0.37 / 0.00 / 0.20)

CMYK percentages

%51.47
%36.76
%0
%20

Codes

Color #6381CC in popluar color models

63 81 CC
RGB 99 129 204
HSL 223° 50.72% 59.41%
HSB/HSV 223° 51.47% 80.00%
CMYK 51.47% 36.76% 0.00%
20.00%

Color #6381CC in popluar number systems.

HEX 63 81 CC
Decimal 99 129 204
Binary 1100011 10000001 11001100
Octal 143 201 314

Shades and tints

Shades of #6381CC

#6381CC
(99,129,204)
#5A76BA
(90,118,186)
#516BA8
(81,107,168)
#486096
(72,96,150)
#3F5584
(63,85,132)
#364A72
(54,74,114)
#2D3F60
(45,63,96)
#24344E
(36,52,78)
#1B293C
(27,41,60)
#121E2A
(18,30,42)
#091318
(9,19,24)
#000000
(0,0,0)

Tints of #6381CC

#6381CC
(99,129,204)
#718CD0
(113,140,208)
#7F97D4
(127,151,212)
#8DA2D8
(141,162,216)
#9BADDC
(155,173,220)
#A9B8E0
(169,184,224)
#B7C3E4
(183,195,228)
#C5CEE8
(197,206,232)
#D3D9EC
(211,217,236)
#E1E4F0
(225,228,240)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6381CC color. Also use rgb(99,129,204) instead hex code.

Text Font Color

.myTextColor { color: #6381CC; }

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

This text font color is #6381CC.

Background Color

.myBgColor { background-color: #6381CC; }

<div style="background-color:#6381CC">Inner text</div>

This div background color is #6381CC.

Border color

.myBorderColor { border: 1px solid #6381CC; }

<div style="border:3px solid #6381CC">Div</div>

This div border color is #6381CC.

Opacity

.myOpacity80 { color: #6381CC; opacity: 0.8; }

<p style="color:#6381CC;opacity:0.8;">80%</p>

Text with #6381CC 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 #6381CC;}

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

This text has shadow with #6381CC color.


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

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

This text has shadow with #6381CC primary color and red secondary color.


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

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

This text has shadow with #6381CC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6381CC.

Preview

Color preview on black background

This text has color #6381CC on black background.


Color preview on white background

This text has color #6381CC on white background.


Black color preview on #6381CC background

This text has black color on #6381CC background.


White color preview on #6381CC background

This text has white color on #6381CC background.


Related colors

Complementary color

Complementary color for #hex is #9C7E33.


I love getcolorcode.com

Triadic colors

1 #CC6381 and #81CC63 with #6381CC are triadic colors.

2 #CC8163 and #8163CC with #6381CC are triadic colors.