COLOR #6378B3

HEX: #6378B3 RGB: (99,120,179)

Color info

#6378B3 contains mainly green and blue colors. Web safe color of #6378B3 is #666699 (or #669).

RGB color model

#6378B3 color RGB value is (99,120,179).

RGB: (99,120,179) (39%, 47%, 70%)

RGB channels and saturation

R 99 of 255 = 39%
G 120 of 255 = 47%
B 179 of 255 = 70%

99
120
179

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

Portions of RGB colors in percentages

R + G + B = 99 + 120 + 179 = 398 (100%)
R 99 of 398 ~ 24.87%
G 120 of 398 ~ 30.15%
B 179 of 398 ~ 44.97'%

%24.87
%30.15
%44.97

CMYK color model

#6378B3 color CMYK value is (45,33,0,30).

  • cyan value is 44.69%
  • magenta value is 32.96%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (45,33,0,30)
C45M33Y0K30 (45%, 33%, 0%, 30%)
(0.45 / 0.33 / 0.00 / 0.30)

CMYK percentages

%44.69
%32.96
%0
%29.8

Codes

Color #6378B3 in popluar color models

63 78 B3
RGB 99 120 179
HSL 224° 34.48% 54.51%
HSB/HSV 224° 44.69% 70.20%
CMYK 44.69% 32.96% 0.00%
29.80%

Color #6378B3 in popluar number systems.

HEX 63 78 B3
Decimal 99 120 179
Binary 1100011 1111000 10110011
Octal 143 170 263

Shades and tints

Shades of #6378B3

#6378B3
(99,120,179)
#5A6EA3
(90,110,163)
#516493
(81,100,147)
#485A83
(72,90,131)
#3F5073
(63,80,115)
#364663
(54,70,99)
#2D3C53
(45,60,83)
#243243
(36,50,67)
#1B2833
(27,40,51)
#121E23
(18,30,35)
#091413
(9,20,19)
#000000
(0,0,0)

Tints of #6378B3

#6378B3
(99,120,179)
#7184B9
(113,132,185)
#7F90BF
(127,144,191)
#8D9CC5
(141,156,197)
#9BA8CB
(155,168,203)
#A9B4D1
(169,180,209)
#B7C0D7
(183,192,215)
#C5CCDD
(197,204,221)
#D3D8E3
(211,216,227)
#E1E4E9
(225,228,233)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6378B3; }

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

This text font color is #6378B3.

Background Color

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

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

This div background color is #6378B3.

Border color

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

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

This div border color is #6378B3.

Opacity

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

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

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

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

This text has shadow with #6378B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6378B3.

Preview

Color preview on black background

This text has color #6378B3 on black background.


Color preview on white background

This text has color #6378B3 on white background.


Black color preview on #6378B3 background

This text has black color on #6378B3 background.


White color preview on #6378B3 background

This text has white color on #6378B3 background.


Related colors

Complementary color

Complementary color for #hex is #9C874C.


I love getcolorcode.com

Triadic colors

1 #B36378 and #78B363 with #6378B3 are triadic colors.

2 #B37863 and #7863B3 with #6378B3 are triadic colors.