COLOR #6378B5

HEX: #6378B5
RGB: (99,120,181)

Color info

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

RGB color model

#6378B5 color RGB value is (99,120,181).

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

RGB channels and saturation

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

99
120
181

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

Portions of RGB colors in percentages

R + G + B =
99 + 120 + 181 = 400 (100%)
R 99 of 400 ~ 24.75%
G 120 of 400 ~ 30%
B 181 of 400 ~ 45.25%

%24.75
%30
%45.25

CMYK color model

#6378B5 color CMYK value is (45,34,0,29).

  • cyan value is 45.30%
  • magenta value is 33.70%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(45,34,0,29)
C45M34Y0K29 
(45%,34%,0%,29%)
(0.45/0.34/0.00/0.29)	

CMYK percentages

%45.3
%33.7
%0
%29.02

Codes

Color #6378B5 in popluar color models

6378B5
RGB99120181
HSL225°35.65%54.90%
HSB/HSV225°45.30%70.98%
CMYK45.30%33.70%0.00%
29.02%

Color #6378B5 in popluar number systems.

HEX6378B5
Decimal99120181
Binary1100011111100010110101
Octal143170265

Shades and tints

Shades of #6378B5

#6378B5
(99,120,181)
#5A6EA5
(90,110,165)
#516495
(81,100,149)
#485A85
(72,90,133)
#3F5075
(63,80,117)
#364665
(54,70,101)
#2D3C55
(45,60,85)
#243245
(36,50,69)
#1B2835
(27,40,53)
#121E25
(18,30,37)
#091415
(9,20,21)
#000000
(0,0,0)

Tints of #6378B5

#6378B5
(99,120,181)
#7184BB
(113,132,187)
#7F90C1
(127,144,193)
#8D9CC7
(141,156,199)
#9BA8CD
(155,168,205)
#A9B4D3
(169,180,211)
#B7C0D9
(183,192,217)
#C5CCDF
(197,204,223)
#D3D8E5
(211,216,229)
#E1E4EB
(225,228,235)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6378B5; }

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

This text font color is #6378B5.


Background Color

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

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

This div background color is #6378B5.


Border color

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

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

This div border color is #6378B5.


Opacity

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

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

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

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

This text has shadow with #6378B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6378B5 on black background.


Color preview on white background

This text has color #6378B5 on white background.



Black color preview on #6378B5 background

This text has black color on #6378B5 background.


White color preview on #6378B5 background

This text has white color on #6378B5 background.