COLOR #150669

HEX: #150669
RGB: (21,6,105)

Color info

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

RGB color model

#150669 color RGB value is (21,6,105).

  • red value is 21;
  • green value is 6;
  • blue value is 105.
RGB:
(21,6,105)
(8%,2%,41%)

RGB channels and saturation

R 21 of 255 = 8%
G 6 of 255 = 2%
B 105 of 255 = 41%

21
6
105

R + G + B ~ 17%. #150669 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 6 + 105 = 132 (100%)
R 21 of 132 ~ 15.91%
G 6 of 132 ~ 4.55%
B 105 of 132 ~ 79.55%

%15.91
%79.55

CMYK color model

#150669 color CMYK value is (80,94,0,59).

  • cyan value is 80.00%
  • magenta value is 94.29%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(80,94,0,59)
C80M94Y0K59 
(80%,94%,0%,59%)
(0.80/0.94/0.00/0.59)	

CMYK percentages

%80
%94.29
%0
%58.82

Codes

Color #150669 in popluar color models

150669
RGB216105
HSL249°89.19%21.76%
HSB/HSV249°94.29%41.18%
CMYK80.00%94.29%0.00%
58.82%

Color #150669 in popluar number systems.

HEX150669
Decimal216105
Binary101011101101001
Octal256151

Shades and tints

Shades of #150669

#150669
(21,6,105)
#140660
(20,6,96)
#130657
(19,6,87)
#12064E
(18,6,78)
#110645
(17,6,69)
#10063C
(16,6,60)
#0F0633
(15,6,51)
#0E062A
(14,6,42)
#0D0621
(13,6,33)
#0C0618
(12,6,24)
#0B060F
(11,6,15)
#000000
(0,0,0)

Tints of #150669

#150669
(21,6,105)
#2A1C76
(42,28,118)
#3F3283
(63,50,131)
#544890
(84,72,144)
#695E9D
(105,94,157)
#7E74AA
(126,116,170)
#938AB7
(147,138,183)
#A8A0C4
(168,160,196)
#BDB6D1
(189,182,209)
#D2CCDE
(210,204,222)
#E7E2EB
(231,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150669 color. Also use rgb(21,6,105) instead hex code.

Text Font Color

.myTextColor { color: #150669; }

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

This text font color is #150669.


Background Color

.myBgColor { background-color: #150669; }

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

This div background color is #150669.


Border color

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

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

This div border color is #150669.


Opacity

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

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

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

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

This text has shadow with #150669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150669 on black background.


Color preview on white background

This text has color #150669 on white background.



Black color preview on #150669 background

This text has black color on #150669 background.


White color preview on #150669 background

This text has white color on #150669 background.