COLOR #6382A1

HEX: #6382A1 RGB: (99,130,161)

Color info

#6382A1 contains mainly green and blue colors. Web safe color of #6382A1 is #669999 (or #699).

RGB color model

#6382A1 color RGB value is (99,130,161).

RGB: (99,130,161) (39%, 51%, 63%)

RGB channels and saturation

R 99 of 255 = 39%
G 130 of 255 = 51%
B 161 of 255 = 63%

99
130
161

R + G + B ~ 51%. #6382A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 130 + 161 = 390 (100%)
R 99 of 390 ~ 25.38%
G 130 of 390 ~ 33.33%
B 161 of 390 ~ 41.28'%

%25.38
%33.33
%41.28

CMYK color model

#6382A1 color CMYK value is (39,19,0,37).

  • cyan value is 38.51%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (39,19,0,37)
C39M19Y0K37 (39%, 19%, 0%, 37%)
(0.39 / 0.19 / 0.00 / 0.37)

CMYK percentages

%38.51
%19.25
%0
%36.86

Codes

Color #6382A1 in popluar color models

63 82 A1
RGB 99 130 161
HSL 210° 24.80% 50.98%
HSB/HSV 210° 38.51% 63.14%
CMYK 38.51% 19.25% 0.00%
36.86%

Color #6382A1 in popluar number systems.

HEX 63 82 A1
Decimal 99 130 161
Binary 1100011 10000010 10100001
Octal 143 202 241

Shades and tints

Shades of #6382A1

#6382A1
(99,130,161)
#5A7793
(90,119,147)
#516C85
(81,108,133)
#486177
(72,97,119)
#3F5669
(63,86,105)
#364B5B
(54,75,91)
#2D404D
(45,64,77)
#24353F
(36,53,63)
#1B2A31
(27,42,49)
#121F23
(18,31,35)
#091415
(9,20,21)
#000000
(0,0,0)

Tints of #6382A1

#6382A1
(99,130,161)
#718DA9
(113,141,169)
#7F98B1
(127,152,177)
#8DA3B9
(141,163,185)
#9BAEC1
(155,174,193)
#A9B9C9
(169,185,201)
#B7C4D1
(183,196,209)
#C5CFD9
(197,207,217)
#D3DAE1
(211,218,225)
#E1E5E9
(225,229,233)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6382A1 color. Also use rgb(99,130,161) instead hex code.

Text Font Color

.myTextColor { color: #6382A1; }

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

This text font color is #6382A1.

Background Color

.myBgColor { background-color: #6382A1; }

<div style="background-color:#6382A1">Inner text</div>

This div background color is #6382A1.

Border color

.myBorderColor { border: 1px solid #6382A1; }

<div style="border:3px solid #6382A1">Div</div>

This div border color is #6382A1.

Opacity

.myOpacity80 { color: #6382A1; opacity: 0.8; }

<p style="color:#6382A1;opacity:0.8;">80%</p>

Text with #6382A1 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 #6382A1;}

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

This text has shadow with #6382A1 color.


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

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

This text has shadow with #6382A1 primary color and red secondary color.


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

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

This text has shadow with #6382A1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6382A1.

Preview

Color preview on black background

This text has color #6382A1 on black background.


Color preview on white background

This text has color #6382A1 on white background.


Black color preview on #6382A1 background

This text has black color on #6382A1 background.


White color preview on #6382A1 background

This text has white color on #6382A1 background.


Related colors

Complementary color

Complementary color for #hex is #9C7D5E.


I love getcolorcode.com

Triadic colors

1 #A16382 and #82A163 with #6382A1 are triadic colors.

2 #A18263 and #8263A1 with #6382A1 are triadic colors.