COLOR #6384B6

HEX: #6384B6 RGB: (99,132,182)

Color info

#6384B6 contains mainly green and blue colors. Web safe color of #6384B6 is #6699CC (or #69C).

RGB color model

#6384B6 color RGB value is (99,132,182).

RGB: (99,132,182) (39%, 52%, 71%)

RGB channels and saturation

R 99 of 255 = 39%
G 132 of 255 = 52%
B 182 of 255 = 71%

99
132
182

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

Portions of RGB colors in percentages

R + G + B = 99 + 132 + 182 = 413 (100%)
R 99 of 413 ~ 23.97%
G 132 of 413 ~ 31.96%
B 182 of 413 ~ 44.07'%

%23.97
%31.96
%44.07

CMYK color model

#6384B6 color CMYK value is (46,27,0,29).

  • cyan value is 45.60%
  • magenta value is 27.47%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (46,27,0,29)
C46M27Y0K29 (46%, 27%, 0%, 29%)
(0.46 / 0.27 / 0.00 / 0.29)

CMYK percentages

%45.6
%27.47
%0
%28.63

Codes

Color #6384B6 in popluar color models

63 84 B6
RGB 99 132 182
HSL 216° 36.24% 55.10%
HSB/HSV 216° 45.60% 71.37%
CMYK 45.60% 27.47% 0.00%
28.63%

Color #6384B6 in popluar number systems.

HEX 63 84 B6
Decimal 99 132 182
Binary 1100011 10000100 10110110
Octal 143 204 266

Shades and tints

Shades of #6384B6

#6384B6
(99,132,182)
#5A78A6
(90,120,166)
#516C96
(81,108,150)
#486086
(72,96,134)
#3F5476
(63,84,118)
#364866
(54,72,102)
#2D3C56
(45,60,86)
#243046
(36,48,70)
#1B2436
(27,36,54)
#121826
(18,24,38)
#090C16
(9,12,22)
#000000
(0,0,0)

Tints of #6384B6

#6384B6
(99,132,182)
#718FBC
(113,143,188)
#7F9AC2
(127,154,194)
#8DA5C8
(141,165,200)
#9BB0CE
(155,176,206)
#A9BBD4
(169,187,212)
#B7C6DA
(183,198,218)
#C5D1E0
(197,209,224)
#D3DCE6
(211,220,230)
#E1E7EC
(225,231,236)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6384B6 color. Also use rgb(99,132,182) instead hex code.

Text Font Color

.myTextColor { color: #6384B6; }

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

This text font color is #6384B6.

Background Color

.myBgColor { background-color: #6384B6; }

<div style="background-color:#6384B6">Inner text</div>

This div background color is #6384B6.

Border color

.myBorderColor { border: 1px solid #6384B6; }

<div style="border:3px solid #6384B6">Div</div>

This div border color is #6384B6.

Opacity

.myOpacity80 { color: #6384B6; opacity: 0.8; }

<p style="color:#6384B6;opacity:0.8;">80%</p>

Text with #6384B6 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 #6384B6;}

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

This text has shadow with #6384B6 color.


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

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

This text has shadow with #6384B6 primary color and red secondary color.


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

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

This text has shadow with #6384B6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6384B6.

Preview

Color preview on black background

This text has color #6384B6 on black background.


Color preview on white background

This text has color #6384B6 on white background.


Black color preview on #6384B6 background

This text has black color on #6384B6 background.


White color preview on #6384B6 background

This text has white color on #6384B6 background.


Related colors

Complementary color

Complementary color for #hex is #9C7B49.


I love getcolorcode.com

Triadic colors

1 #B66384 and #84B663 with #6384B6 are triadic colors.

2 #B68463 and #8463B6 with #6384B6 are triadic colors.