COLOR #757CE6

HEX: #757CE6
RGB: (117,124,230)

Color info

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

RGB color model

#757CE6 color RGB value is (117,124,230).

  • red value is 117;
  • green value is 124;
  • blue value is 230.
RGB:
(117,124,230)
(46%,49%,90%)

RGB channels and saturation

R 117 of 255 = 46%
G 124 of 255 = 49%
B 230 of 255 = 90%

117
124
230

R + G + B ~ 62%. #757CE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 124 + 230 = 471 (100%)
R 117 of 471 ~ 24.84%
G 124 of 471 ~ 26.33%
B 230 of 471 ~ 48.83%

%24.84
%26.33
%48.83

CMYK color model

#757CE6 color CMYK value is (49,46,0,10).

  • cyan value is 49.13%
  • magenta value is 46.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(49,46,0,10)
C49M46Y0K10 
(49%,46%,0%,10%)
(0.49/0.46/0.00/0.10)	

CMYK percentages

%49.13
%46.09
%0
%9.8

Codes

Color #757CE6 in popluar color models

757CE6
RGB117124230
HSL236°69.33%68.04%
HSB/HSV236°49.13%90.20%
CMYK49.13%46.09%0.00%
9.80%

Color #757CE6 in popluar number systems.

HEX757CE6
Decimal117124230
Binary1110101111110011100110
Octal165174346

Shades and tints

Shades of #757CE6

#757CE6
(117,124,230)
#6B71D2
(107,113,210)
#6166BE
(97,102,190)
#575BAA
(87,91,170)
#4D5096
(77,80,150)
#434582
(67,69,130)
#393A6E
(57,58,110)
#2F2F5A
(47,47,90)
#252446
(37,36,70)
#1B1932
(27,25,50)
#110E1E
(17,14,30)
#000000
(0,0,0)

Tints of #757CE6

#757CE6
(117,124,230)
#8187E8
(129,135,232)
#8D92EA
(141,146,234)
#999DEC
(153,157,236)
#A5A8EE
(165,168,238)
#B1B3F0
(177,179,240)
#BDBEF2
(189,190,242)
#C9C9F4
(201,201,244)
#D5D4F6
(213,212,246)
#E1DFF8
(225,223,248)
#EDEAFA
(237,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757CE6 color. Also use rgb(117,124,230) instead hex code.

Text Font Color

.myTextColor { color: #757CE6; }

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

This text font color is #757CE6.


Background Color

.myBgColor { background-color: #757CE6; }

<div style="background-color:#757CE6">Inner text</div>

This div background color is #757CE6.


Border color

.myBorderColor { border: 1px solid #757CE6; }

<div style="border:3px solid #757CE6">Div</div>

This div border color is #757CE6.


Opacity

.myOpacity80 { color: #757CE6; opacity: 0.8; }

<p style="color:#757CE6;opacity:0.8;">80%</p>

Text with #757CE6 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 #757CE6;}

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

This text has shadow with #757CE6 color.

.textShadow {text-shadow: 3px 3px 1px #757CE6, 3px 3px 1px red;}

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

This text has shadow with #757CE6 primary color and red secondary color.


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

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

This text has shadow with #757CE6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757CE6 on black background.


Color preview on white background

This text has color #757CE6 on white background.



Black color preview on #757CE6 background

This text has black color on #757CE6 background.


White color preview on #757CE6 background

This text has white color on #757CE6 background.