COLOR #090653

HEX: #090653
RGB: (9,6,83)

Color info

#090653 contains mainly blue color. Web safe color of #090653 is #000066 (or #006).

RGB color model

#090653 color RGB value is (9,6,83).

  • red value is 9;
  • green value is 6;
  • blue value is 83.
RGB:
(9,6,83)
(4%,2%,33%)

RGB channels and saturation

R 9 of 255 = 4%
G 6 of 255 = 2%
B 83 of 255 = 33%

9
6
83

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

Portions of RGB colors in percentages

R + G + B =
9 + 6 + 83 = 98 (100%)
R 9 of 98 ~ 9.18%
G 6 of 98 ~ 6.12%
B 83 of 98 ~ 84.69%

%84.69

CMYK color model

#090653 color CMYK value is (89,93,0,67).

  • cyan value is 89.16%
  • magenta value is 92.77%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(89,93,0,67)
C89M93Y0K67 
(89%,93%,0%,67%)
(0.89/0.93/0.00/0.67)	

CMYK percentages

%89.16
%92.77
%0
%67.45

Codes

Color #090653 in popluar color models

090653
RGB9683
HSL242°86.52%17.45%
HSB/HSV242°92.77%32.55%
CMYK89.16%92.77%0.00%
67.45%

Color #090653 in popluar number systems.

HEX090653
Decimal9683
Binary10011101010011
Octal116123

Shades and tints

Shades of #090653

#090653
(9,6,83)
#09064C
(9,6,76)
#090645
(9,6,69)
#09063E
(9,6,62)
#090637
(9,6,55)
#090630
(9,6,48)
#090629
(9,6,41)
#090622
(9,6,34)
#09061B
(9,6,27)
#090614
(9,6,20)
#09060D
(9,6,13)
#000000
(0,0,0)

Tints of #090653

#090653
(9,6,83)
#1F1C62
(31,28,98)
#353271
(53,50,113)
#4B4880
(75,72,128)
#615E8F
(97,94,143)
#77749E
(119,116,158)
#8D8AAD
(141,138,173)
#A3A0BC
(163,160,188)
#B9B6CB
(185,182,203)
#CFCCDA
(207,204,218)
#E5E2E9
(229,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090653 color. Also use rgb(9,6,83) instead hex code.

Text Font Color

.myTextColor { color: #090653; }

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

This text font color is #090653.


Background Color

.myBgColor { background-color: #090653; }

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

This div background color is #090653.


Border color

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

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

This div border color is #090653.


Opacity

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

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

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

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

This text has shadow with #090653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090653 on black background.


Color preview on white background

This text has color #090653 on white background.



Black color preview on #090653 background

This text has black color on #090653 background.


White color preview on #090653 background

This text has white color on #090653 background.