COLOR #6176F8

HEX: #6176F8
RGB: (97,118,248)

Color info

#6176F8 contains mainly blue color. Web safe color of #6176F8 is #6666FF (or #66F).

RGB color model

#6176F8 color RGB value is (97,118,248).

  • red value is 97;
  • green value is 118;
  • blue value is 248.
RGB:
(97,118,248)
(38%,46%,97%)

RGB channels and saturation

R 97 of 255 = 38%
G 118 of 255 = 46%
B 248 of 255 = 97%

97
118
248

R + G + B ~ 60%. #6176F8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 118 + 248 = 463 (100%)
R 97 of 463 ~ 20.95%
G 118 of 463 ~ 25.49%
B 248 of 463 ~ 53.56%

%20.95
%25.49
%53.56

CMYK color model

#6176F8 color CMYK value is (61,52,0,3).

  • cyan value is 60.89%
  • magenta value is 52.42%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(61,52,0,3)
C61M52Y0K3 
(61%,52%,0%,3%)
(0.61/0.52/0.00/0.03)	

CMYK percentages

%60.89
%52.42
%0
%2.75

Codes

Color #6176F8 in popluar color models

6176F8
RGB97118248
HSL232°91.52%67.65%
HSB/HSV232°60.89%97.25%
CMYK60.89%52.42%0.00%
2.75%

Color #6176F8 in popluar number systems.

HEX6176F8
Decimal97118248
Binary1100001111011011111000
Octal141166370

Shades and tints

Shades of #6176F8

#6176F8
(97,118,248)
#596CE2
(89,108,226)
#5162CC
(81,98,204)
#4958B6
(73,88,182)
#414EA0
(65,78,160)
#39448A
(57,68,138)
#313A74
(49,58,116)
#29305E
(41,48,94)
#212648
(33,38,72)
#191C32
(25,28,50)
#11121C
(17,18,28)
#000000
(0,0,0)

Tints of #6176F8

#6176F8
(97,118,248)
#6F82F8
(111,130,248)
#7D8EF8
(125,142,248)
#8B9AF8
(139,154,248)
#99A6F8
(153,166,248)
#A7B2F8
(167,178,248)
#B5BEF8
(181,190,248)
#C3CAF8
(195,202,248)
#D1D6F8
(209,214,248)
#DFE2F8
(223,226,248)
#EDEEF8
(237,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6176F8 color. Also use rgb(97,118,248) instead hex code.

Text Font Color

.myTextColor { color: #6176F8; }

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

This text font color is #6176F8.


Background Color

.myBgColor { background-color: #6176F8; }

<div style="background-color:#6176F8">Inner text</div>

This div background color is #6176F8.


Border color

.myBorderColor { border: 1px solid #6176F8; }

<div style="border:3px solid #6176F8">Div</div>

This div border color is #6176F8.


Opacity

.myOpacity80 { color: #6176F8; opacity: 0.8; }

<p style="color:#6176F8;opacity:0.8;">80%</p>

Text with #6176F8 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 #6176F8;}

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

This text has shadow with #6176F8 color.

.textShadow {text-shadow: 3px 3px 1px #6176F8, 3px 3px 1px red;}

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

This text has shadow with #6176F8 primary color and red secondary color.


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

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

This text has shadow with #6176F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6176F8 on black background.


Color preview on white background

This text has color #6176F8 on white background.



Black color preview on #6176F8 background

This text has black color on #6176F8 background.


White color preview on #6176F8 background

This text has white color on #6176F8 background.