COLOR #6383A3

HEX: #6383A3
RGB: (99,131,163)

Color info

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

RGB color model

#6383A3 color RGB value is (99,131,163).

  • red value is 99;
  • green value is 131;
  • blue value is 163.
RGB:
(99,131,163)
(39%,51%,64%)

RGB channels and saturation

R 99 of 255 = 39%
G 131 of 255 = 51%
B 163 of 255 = 64%

99
131
163

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

Portions of RGB colors in percentages

R + G + B =
99 + 131 + 163 = 393 (100%)
R 99 of 393 ~ 25.19%
G 131 of 393 ~ 33.33%
B 163 of 393 ~ 41.48%

%25.19
%33.33
%41.48

CMYK color model

#6383A3 color CMYK value is (39,20,0,36).

  • cyan value is 39.26%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(39,20,0,36)
C39M20Y0K36 
(39%,20%,0%,36%)
(0.39/0.20/0.00/0.36)	

CMYK percentages

%39.26
%19.63
%0
%36.08

Codes

Color #6383A3 in popluar color models

6383A3
RGB99131163
HSL210°25.81%51.37%
HSB/HSV210°39.26%63.92%
CMYK39.26%19.63%0.00%
36.08%

Color #6383A3 in popluar number systems.

HEX6383A3
Decimal99131163
Binary11000111000001110100011
Octal143203243

Shades and tints

Shades of #6383A3

#6383A3
(99,131,163)
#5A7895
(90,120,149)
#516D87
(81,109,135)
#486279
(72,98,121)
#3F576B
(63,87,107)
#364C5D
(54,76,93)
#2D414F
(45,65,79)
#243641
(36,54,65)
#1B2B33
(27,43,51)
#122025
(18,32,37)
#091517
(9,21,23)
#000000
(0,0,0)

Tints of #6383A3

#6383A3
(99,131,163)
#718EAB
(113,142,171)
#7F99B3
(127,153,179)
#8DA4BB
(141,164,187)
#9BAFC3
(155,175,195)
#A9BACB
(169,186,203)
#B7C5D3
(183,197,211)
#C5D0DB
(197,208,219)
#D3DBE3
(211,219,227)
#E1E6EB
(225,230,235)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6383A3 color. Also use rgb(99,131,163) instead hex code.

Text Font Color

.myTextColor { color: #6383A3; }

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

This text font color is #6383A3.


Background Color

.myBgColor { background-color: #6383A3; }

<div style="background-color:#6383A3">Inner text</div>

This div background color is #6383A3.


Border color

.myBorderColor { border: 1px solid #6383A3; }

<div style="border:3px solid #6383A3">Div</div>

This div border color is #6383A3.


Opacity

.myOpacity80 { color: #6383A3; opacity: 0.8; }

<p style="color:#6383A3;opacity:0.8;">80%</p>

Text with #6383A3 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 #6383A3;}

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

This text has shadow with #6383A3 color.

.textShadow {text-shadow: 3px 3px 1px #6383A3, 3px 3px 1px red;}

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

This text has shadow with #6383A3 primary color and red secondary color.


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

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

This text has shadow with #6383A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6383A3 on black background.


Color preview on white background

This text has color #6383A3 on white background.



Black color preview on #6383A3 background

This text has black color on #6383A3 background.


White color preview on #6383A3 background

This text has white color on #6383A3 background.