COLOR #110649

HEX: #110649
RGB: (17,6,73)

Color info

#110649 contains mainly red and blue colors. Web safe color of #110649 is #000033 (or #003).

RGB color model

#110649 color RGB value is (17,6,73).

  • red value is 17;
  • green value is 6;
  • blue value is 73.
RGB:
(17,6,73)
(7%,2%,29%)

RGB channels and saturation

R 17 of 255 = 7%
G 6 of 255 = 2%
B 73 of 255 = 29%

17
6
73

R + G + B ~ 13%. #110649 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 6 + 73 = 96 (100%)
R 17 of 96 ~ 17.71%
G 6 of 96 ~ 6.25%
B 73 of 96 ~ 76.04%

%17.71
%76.04

CMYK color model

#110649 color CMYK value is (77,92,0,71).

  • cyan value is 76.71%
  • magenta value is 91.78%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(77,92,0,71)
C77M92Y0K71 
(77%,92%,0%,71%)
(0.77/0.92/0.00/0.71)	

CMYK percentages

%76.71
%91.78
%0
%71.37

Codes

Color #110649 in popluar color models

110649
RGB17673
HSL250°84.81%15.49%
HSB/HSV250°91.78%28.63%
CMYK76.71%91.78%0.00%
71.37%

Color #110649 in popluar number systems.

HEX110649
Decimal17673
Binary100011101001001
Octal216111

Shades and tints

Shades of #110649

#110649
(17,6,73)
#100643
(16,6,67)
#0F063D
(15,6,61)
#0E0637
(14,6,55)
#0D0631
(13,6,49)
#0C062B
(12,6,43)
#0B0625
(11,6,37)
#0A061F
(10,6,31)
#090619
(9,6,25)
#080613
(8,6,19)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #110649

#110649
(17,6,73)
#261C59
(38,28,89)
#3B3269
(59,50,105)
#504879
(80,72,121)
#655E89
(101,94,137)
#7A7499
(122,116,153)
#8F8AA9
(143,138,169)
#A4A0B9
(164,160,185)
#B9B6C9
(185,182,201)
#CECCD9
(206,204,217)
#E3E2E9
(227,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110649 color. Also use rgb(17,6,73) instead hex code.

Text Font Color

.myTextColor { color: #110649; }

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

This text font color is #110649.


Background Color

.myBgColor { background-color: #110649; }

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

This div background color is #110649.


Border color

.myBorderColor { border: 1px solid #110649; }

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

This div border color is #110649.


Opacity

.myOpacity80 { color: #110649; opacity: 0.8; }

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

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

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

This text has shadow with #110649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110649 on black background.


Color preview on white background

This text has color #110649 on white background.



Black color preview on #110649 background

This text has black color on #110649 background.


White color preview on #110649 background

This text has white color on #110649 background.