COLOR #6178C3

HEX: #6178C3
RGB: (97,120,195)

Color info

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

RGB color model

#6178C3 color RGB value is (97,120,195).

  • red value is 97;
  • green value is 120;
  • blue value is 195.
RGB:
(97,120,195)
(38%,47%,76%)

RGB channels and saturation

R 97 of 255 = 38%
G 120 of 255 = 47%
B 195 of 255 = 76%

97
120
195

R + G + B ~ 54%. #6178C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 120 + 195 = 412 (100%)
R 97 of 412 ~ 23.54%
G 120 of 412 ~ 29.13%
B 195 of 412 ~ 47.33%

%23.54
%29.13
%47.33

CMYK color model

#6178C3 color CMYK value is (50,38,0,24).

  • cyan value is 50.26%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(50,38,0,24)
C50M38Y0K24 
(50%,38%,0%,24%)
(0.50/0.38/0.00/0.24)	

CMYK percentages

%50.26
%38.46
%0
%23.53

Codes

Color #6178C3 in popluar color models

6178C3
RGB97120195
HSL226°44.95%57.25%
HSB/HSV226°50.26%76.47%
CMYK50.26%38.46%0.00%
23.53%

Color #6178C3 in popluar number systems.

HEX6178C3
Decimal97120195
Binary1100001111100011000011
Octal141170303

Shades and tints

Shades of #6178C3

#6178C3
(97,120,195)
#596EB2
(89,110,178)
#5164A1
(81,100,161)
#495A90
(73,90,144)
#41507F
(65,80,127)
#39466E
(57,70,110)
#313C5D
(49,60,93)
#29324C
(41,50,76)
#21283B
(33,40,59)
#191E2A
(25,30,42)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #6178C3

#6178C3
(97,120,195)
#6F84C8
(111,132,200)
#7D90CD
(125,144,205)
#8B9CD2
(139,156,210)
#99A8D7
(153,168,215)
#A7B4DC
(167,180,220)
#B5C0E1
(181,192,225)
#C3CCE6
(195,204,230)
#D1D8EB
(209,216,235)
#DFE4F0
(223,228,240)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6178C3 color. Also use rgb(97,120,195) instead hex code.

Text Font Color

.myTextColor { color: #6178C3; }

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

This text font color is #6178C3.


Background Color

.myBgColor { background-color: #6178C3; }

<div style="background-color:#6178C3">Inner text</div>

This div background color is #6178C3.


Border color

.myBorderColor { border: 1px solid #6178C3; }

<div style="border:3px solid #6178C3">Div</div>

This div border color is #6178C3.


Opacity

.myOpacity80 { color: #6178C3; opacity: 0.8; }

<p style="color:#6178C3;opacity:0.8;">80%</p>

Text with #6178C3 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 #6178C3;}

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

This text has shadow with #6178C3 color.

.textShadow {text-shadow: 3px 3px 1px #6178C3, 3px 3px 1px red;}

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

This text has shadow with #6178C3 primary color and red secondary color.


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

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

This text has shadow with #6178C3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6178C3 on black background.


Color preview on white background

This text has color #6178C3 on white background.



Black color preview on #6178C3 background

This text has black color on #6178C3 background.


White color preview on #6178C3 background

This text has white color on #6178C3 background.