COLOR #6379B5

HEX: #6379B5
RGB: (99,121,181)

Color info

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

RGB color model

#6379B5 color RGB value is (99,121,181).

  • red value is 99;
  • green value is 121;
  • blue value is 181.
RGB:
(99,121,181)
(39%,47%,71%)

RGB channels and saturation

R 99 of 255 = 39%
G 121 of 255 = 47%
B 181 of 255 = 71%

99
121
181

R + G + B ~ 52%. #6379B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 121 + 181 = 401 (100%)
R 99 of 401 ~ 24.69%
G 121 of 401 ~ 30.17%
B 181 of 401 ~ 45.14%

%24.69
%30.17
%45.14

CMYK color model

#6379B5 color CMYK value is (45,33,0,29).

  • cyan value is 45.30%
  • magenta value is 33.15%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(45,33,0,29)
C45M33Y0K29 
(45%,33%,0%,29%)
(0.45/0.33/0.00/0.29)	

CMYK percentages

%45.3
%33.15
%0
%29.02

Codes

Color #6379B5 in popluar color models

6379B5
RGB99121181
HSL224°35.65%54.90%
HSB/HSV224°45.30%70.98%
CMYK45.30%33.15%0.00%
29.02%

Color #6379B5 in popluar number systems.

HEX6379B5
Decimal99121181
Binary1100011111100110110101
Octal143171265

Shades and tints

Shades of #6379B5

#6379B5
(99,121,181)
#5A6EA5
(90,110,165)
#516395
(81,99,149)
#485885
(72,88,133)
#3F4D75
(63,77,117)
#364265
(54,66,101)
#2D3755
(45,55,85)
#242C45
(36,44,69)
#1B2135
(27,33,53)
#121625
(18,22,37)
#090B15
(9,11,21)
#000000
(0,0,0)

Tints of #6379B5

#6379B5
(99,121,181)
#7185BB
(113,133,187)
#7F91C1
(127,145,193)
#8D9DC7
(141,157,199)
#9BA9CD
(155,169,205)
#A9B5D3
(169,181,211)
#B7C1D9
(183,193,217)
#C5CDDF
(197,205,223)
#D3D9E5
(211,217,229)
#E1E5EB
(225,229,235)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6379B5 color. Also use rgb(99,121,181) instead hex code.

Text Font Color

.myTextColor { color: #6379B5; }

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

This text font color is #6379B5.


Background Color

.myBgColor { background-color: #6379B5; }

<div style="background-color:#6379B5">Inner text</div>

This div background color is #6379B5.


Border color

.myBorderColor { border: 1px solid #6379B5; }

<div style="border:3px solid #6379B5">Div</div>

This div border color is #6379B5.


Opacity

.myOpacity80 { color: #6379B5; opacity: 0.8; }

<p style="color:#6379B5;opacity:0.8;">80%</p>

Text with #6379B5 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 #6379B5;}

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

This text has shadow with #6379B5 color.

.textShadow {text-shadow: 3px 3px 1px #6379B5, 3px 3px 1px red;}

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

This text has shadow with #6379B5 primary color and red secondary color.


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

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

This text has shadow with #6379B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6379B5 on black background.


Color preview on white background

This text has color #6379B5 on white background.



Black color preview on #6379B5 background

This text has black color on #6379B5 background.


White color preview on #6379B5 background

This text has white color on #6379B5 background.