COLOR #6175E8

HEX: #6175E8
RGB: (97,117,232)

Color info

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

RGB color model

#6175E8 color RGB value is (97,117,232).

  • red value is 97;
  • green value is 117;
  • blue value is 232.
RGB:
(97,117,232)
(38%,46%,91%)

RGB channels and saturation

R 97 of 255 = 38%
G 117 of 255 = 46%
B 232 of 255 = 91%

97
117
232

R + G + B ~ 58%. #6175E8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 117 + 232 = 446 (100%)
R 97 of 446 ~ 21.75%
G 117 of 446 ~ 26.23%
B 232 of 446 ~ 52.02%

%21.75
%26.23
%52.02

CMYK color model

#6175E8 color CMYK value is (58,50,0,9).

  • cyan value is 58.19%
  • magenta value is 49.57%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(58,50,0,9)
C58M50Y0K9 
(58%,50%,0%,9%)
(0.58/0.50/0.00/0.09)	

CMYK percentages

%58.19
%49.57
%0
%9.02

Codes

Color #6175E8 in popluar color models

6175E8
RGB97117232
HSL231°74.59%64.51%
HSB/HSV231°58.19%90.98%
CMYK58.19%49.57%0.00%
9.02%

Color #6175E8 in popluar number systems.

HEX6175E8
Decimal97117232
Binary1100001111010111101000
Octal141165350

Shades and tints

Shades of #6175E8

#6175E8
(97,117,232)
#596BD3
(89,107,211)
#5161BE
(81,97,190)
#4957A9
(73,87,169)
#414D94
(65,77,148)
#39437F
(57,67,127)
#31396A
(49,57,106)
#292F55
(41,47,85)
#212540
(33,37,64)
#191B2B
(25,27,43)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #6175E8

#6175E8
(97,117,232)
#6F81EA
(111,129,234)
#7D8DEC
(125,141,236)
#8B99EE
(139,153,238)
#99A5F0
(153,165,240)
#A7B1F2
(167,177,242)
#B5BDF4
(181,189,244)
#C3C9F6
(195,201,246)
#D1D5F8
(209,213,248)
#DFE1FA
(223,225,250)
#EDEDFC
(237,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6175E8 color. Also use rgb(97,117,232) instead hex code.

Text Font Color

.myTextColor { color: #6175E8; }

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

This text font color is #6175E8.


Background Color

.myBgColor { background-color: #6175E8; }

<div style="background-color:#6175E8">Inner text</div>

This div background color is #6175E8.


Border color

.myBorderColor { border: 1px solid #6175E8; }

<div style="border:3px solid #6175E8">Div</div>

This div border color is #6175E8.


Opacity

.myOpacity80 { color: #6175E8; opacity: 0.8; }

<p style="color:#6175E8;opacity:0.8;">80%</p>

Text with #6175E8 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 #6175E8;}

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

This text has shadow with #6175E8 color.

.textShadow {text-shadow: 3px 3px 1px #6175E8, 3px 3px 1px red;}

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

This text has shadow with #6175E8 primary color and red secondary color.


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

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

This text has shadow with #6175E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6175E8 on black background.


Color preview on white background

This text has color #6175E8 on white background.



Black color preview on #6175E8 background

This text has black color on #6175E8 background.


White color preview on #6175E8 background

This text has white color on #6175E8 background.