COLOR #450669

HEX: #450669
RGB: (69,6,105)

Color info

#450669 contains mainly red and blue colors. Web safe color of #450669 is #330066 (or #306).

RGB color model

#450669 color RGB value is (69,6,105).

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

RGB channels and saturation

R 69 of 255 = 27%
G 6 of 255 = 2%
B 105 of 255 = 41%

69
6
105

R + G + B ~ 23%. #450669 is dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 6 + 105 = 180 (100%)
R 69 of 180 ~ 38.33%
G 6 of 180 ~ 3.33%
B 105 of 180 ~ 58.33%

%38.33
%58.33

CMYK color model

#450669 color CMYK value is (34,94,0,59).

  • cyan value is 34.29%
  • magenta value is 94.29%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(34,94,0,59)
C34M94Y0K59 
(34%,94%,0%,59%)
(0.34/0.94/0.00/0.59)	

CMYK percentages

%34.29
%94.29
%0
%58.82

Codes

Color #450669 in popluar color models

450669
RGB696105
HSL278°89.19%21.76%
HSB/HSV278°94.29%41.18%
CMYK34.29%94.29%0.00%
58.82%

Color #450669 in popluar number systems.

HEX450669
Decimal696105
Binary10001011101101001
Octal1056151

Shades and tints

Shades of #450669

#450669
(69,6,105)
#3F0660
(63,6,96)
#390657
(57,6,87)
#33064E
(51,6,78)
#2D0645
(45,6,69)
#27063C
(39,6,60)
#210633
(33,6,51)
#1B062A
(27,6,42)
#150621
(21,6,33)
#0F0618
(15,6,24)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #450669

#450669
(69,6,105)
#551C76
(85,28,118)
#653283
(101,50,131)
#754890
(117,72,144)
#855E9D
(133,94,157)
#9574AA
(149,116,170)
#A58AB7
(165,138,183)
#B5A0C4
(181,160,196)
#C5B6D1
(197,182,209)
#D5CCDE
(213,204,222)
#E5E2EB
(229,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #450669; }

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

This text font color is #450669.


Background Color

.myBgColor { background-color: #450669; }

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

This div background color is #450669.


Border color

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

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

This div border color is #450669.


Opacity

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

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

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

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

This text has shadow with #450669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #450669 on black background.


Color preview on white background

This text has color #450669 on white background.



Black color preview on #450669 background

This text has black color on #450669 background.


White color preview on #450669 background

This text has white color on #450669 background.