COLOR #6380C0

HEX: #6380C0
RGB: (99,128,192)

Color info

#6380C0 contains mainly blue color. Web safe color of #6380C0 is #6666CC (or #66C).

RGB color model

#6380C0 color RGB value is (99,128,192).

  • red value is 99;
  • green value is 128;
  • blue value is 192.
RGB:
(99,128,192)
(39%,50%,75%)

RGB channels and saturation

R 99 of 255 = 39%
G 128 of 255 = 50%
B 192 of 255 = 75%

99
128
192

R + G + B ~ 55%. #6380C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 128 + 192 = 419 (100%)
R 99 of 419 ~ 23.63%
G 128 of 419 ~ 30.55%
B 192 of 419 ~ 45.82%

%23.63
%30.55
%45.82

CMYK color model

#6380C0 color CMYK value is (48,33,0,25).

  • cyan value is 48.44%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(48,33,0,25)
C48M33Y0K25 
(48%,33%,0%,25%)
(0.48/0.33/0.00/0.25)	

CMYK percentages

%48.44
%33.33
%0
%24.71

Codes

Color #6380C0 in popluar color models

6380C0
RGB99128192
HSL221°42.47%57.06%
HSB/HSV221°48.44%75.29%
CMYK48.44%33.33%0.00%
24.71%

Color #6380C0 in popluar number systems.

HEX6380C0
Decimal99128192
Binary11000111000000011000000
Octal143200300

Shades and tints

Shades of #6380C0

#6380C0
(99,128,192)
#5A75AF
(90,117,175)
#516A9E
(81,106,158)
#485F8D
(72,95,141)
#3F547C
(63,84,124)
#36496B
(54,73,107)
#2D3E5A
(45,62,90)
#243349
(36,51,73)
#1B2838
(27,40,56)
#121D27
(18,29,39)
#091216
(9,18,22)
#000000
(0,0,0)

Tints of #6380C0

#6380C0
(99,128,192)
#718BC5
(113,139,197)
#7F96CA
(127,150,202)
#8DA1CF
(141,161,207)
#9BACD4
(155,172,212)
#A9B7D9
(169,183,217)
#B7C2DE
(183,194,222)
#C5CDE3
(197,205,227)
#D3D8E8
(211,216,232)
#E1E3ED
(225,227,237)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6380C0 color. Also use rgb(99,128,192) instead hex code.

Text Font Color

.myTextColor { color: #6380C0; }

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

This text font color is #6380C0.


Background Color

.myBgColor { background-color: #6380C0; }

<div style="background-color:#6380C0">Inner text</div>

This div background color is #6380C0.


Border color

.myBorderColor { border: 1px solid #6380C0; }

<div style="border:3px solid #6380C0">Div</div>

This div border color is #6380C0.


Opacity

.myOpacity80 { color: #6380C0; opacity: 0.8; }

<p style="color:#6380C0;opacity:0.8;">80%</p>

Text with #6380C0 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 #6380C0;}

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

This text has shadow with #6380C0 color.

.textShadow {text-shadow: 3px 3px 1px #6380C0, 3px 3px 1px red;}

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

This text has shadow with #6380C0 primary color and red secondary color.


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

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

This text has shadow with #6380C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6380C0 on black background.


Color preview on white background

This text has color #6380C0 on white background.



Black color preview on #6380C0 background

This text has black color on #6380C0 background.


White color preview on #6380C0 background

This text has white color on #6380C0 background.