COLOR #6380BD

HEX: #6380BD RGB: (99,128,189)

Color info

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

RGB color model

#6380BD color RGB value is (99,128,189).

RGB: (99,128,189) (39%, 50%, 74%)

RGB channels and saturation

R 99 of 255 = 39%
G 128 of 255 = 50%
B 189 of 255 = 74%

99
128
189

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

Portions of RGB colors in percentages

R + G + B = 99 + 128 + 189 = 416 (100%)
R 99 of 416 ~ 23.8%
G 128 of 416 ~ 30.77%
B 189 of 416 ~ 45.43'%

%23.8
%30.77
%45.43

CMYK color model

#6380BD color CMYK value is (48,32,0,26).

  • cyan value is 47.62%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (48,32,0,26) C48M32Y0K26 (48%,32%,0%,26%) (0.48/0.32/0.00/0.26) 

CMYK percentages

%47.62
%32.28
%0
%25.88

Codes

Color #6380BD in popluar color models

63 80 BD
RGB 99 128 189
HSL 221° 40.54% 56.47%
HSB/HSV 221° 47.62% 74.12%
CMYK 47.62% 32.28% 0.00%
25.88%

Color #6380BD in popluar number systems.

HEX 63 80 BD
Decimal 99 128 189
Binary 1100011 10000000 10111101
Octal 143 200 275

Shades and tints

Shades of #6380BD

#6380BD
(99,128,189)
#5A75AC
(90,117,172)
#516A9B
(81,106,155)
#485F8A
(72,95,138)
#3F5479
(63,84,121)
#364968
(54,73,104)
#2D3E57
(45,62,87)
#243346
(36,51,70)
#1B2835
(27,40,53)
#121D24
(18,29,36)
#091213
(9,18,19)
#000000
(0,0,0)

Tints of #6380BD

#6380BD
(99,128,189)
#718BC3
(113,139,195)
#7F96C9
(127,150,201)
#8DA1CF
(141,161,207)
#9BACD5
(155,172,213)
#A9B7DB
(169,183,219)
#B7C2E1
(183,194,225)
#C5CDE7
(197,205,231)
#D3D8ED
(211,216,237)
#E1E3F3
(225,227,243)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6380BD; }

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

This text font color is #6380BD.

Background Color

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

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

This div background color is #6380BD.

Border color

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

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

This div border color is #6380BD.

Opacity

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

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

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

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

This text has shadow with #6380BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6380BD.

Preview

Color preview on black background

This text has color #6380BD on black background.


Color preview on white background

This text has color #6380BD on white background.


Black color preview on #6380BD background

This text has black color on #6380BD background.


White color preview on #6380BD background

This text has white color on #6380BD background.


Related colors

Complementary color

Complementary color for #hex is #9C7F42.


I love getcolorcode.com

Triadic colors

1 #BD6380 and #80BD63 with #6380BD are triadic colors.

2 #BD8063 and #8063BD with #6380BD are triadic colors.