COLOR #736DE6

HEX: #736DE6
RGB: (115,109,230)

Color info

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

RGB color model

#736DE6 color RGB value is (115,109,230).

  • red value is 115;
  • green value is 109;
  • blue value is 230.
RGB:
(115,109,230)
(45%,43%,90%)

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 230 of 255 = 90%

115
109
230

R + G + B ~ 59%. #736DE6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 109 + 230 = 454 (100%)
R 115 of 454 ~ 25.33%
G 109 of 454 ~ 24.01%
B 230 of 454 ~ 50.66%

%25.33
%24.01
%50.66

CMYK color model

#736DE6 color CMYK value is (50,53,0,10).

  • cyan value is 50.00%
  • magenta value is 52.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(50,53,0,10)
C50M53Y0K10 
(50%,53%,0%,10%)
(0.50/0.53/0.00/0.10)	

CMYK percentages

%50
%52.61
%0
%9.8

Codes

Color #736DE6 in popluar color models

736DE6
RGB115109230
HSL243°70.76%66.47%
HSB/HSV243°52.61%90.20%
CMYK50.00%52.61%0.00%
9.80%

Color #736DE6 in popluar number systems.

HEX736DE6
Decimal115109230
Binary1110011110110111100110
Octal163155346

Shades and tints

Shades of #736DE6

#736DE6
(115,109,230)
#6964D2
(105,100,210)
#5F5BBE
(95,91,190)
#5552AA
(85,82,170)
#4B4996
(75,73,150)
#414082
(65,64,130)
#37376E
(55,55,110)
#2D2E5A
(45,46,90)
#232546
(35,37,70)
#191C32
(25,28,50)
#0F131E
(15,19,30)
#000000
(0,0,0)

Tints of #736DE6

#736DE6
(115,109,230)
#7F7AE8
(127,122,232)
#8B87EA
(139,135,234)
#9794EC
(151,148,236)
#A3A1EE
(163,161,238)
#AFAEF0
(175,174,240)
#BBBBF2
(187,187,242)
#C7C8F4
(199,200,244)
#D3D5F6
(211,213,246)
#DFE2F8
(223,226,248)
#EBEFFA
(235,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736DE6 color. Also use rgb(115,109,230) instead hex code.

Text Font Color

.myTextColor { color: #736DE6; }

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

This text font color is #736DE6.


Background Color

.myBgColor { background-color: #736DE6; }

<div style="background-color:#736DE6">Inner text</div>

This div background color is #736DE6.


Border color

.myBorderColor { border: 1px solid #736DE6; }

<div style="border:3px solid #736DE6">Div</div>

This div border color is #736DE6.


Opacity

.myOpacity80 { color: #736DE6; opacity: 0.8; }

<p style="color:#736DE6;opacity:0.8;">80%</p>

Text with #736DE6 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 #736DE6;}

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

This text has shadow with #736DE6 color.

.textShadow {text-shadow: 3px 3px 1px #736DE6, 3px 3px 1px red;}

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

This text has shadow with #736DE6 primary color and red secondary color.


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

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

This text has shadow with #736DE6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736DE6 on black background.


Color preview on white background

This text has color #736DE6 on white background.



Black color preview on #736DE6 background

This text has black color on #736DE6 background.


White color preview on #736DE6 background

This text has white color on #736DE6 background.