#450654

Color #450654 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #450654

Tints of Scarlet Gum #450654

Color information

#450654 (or 0x450654) is unknown color: approx Scarlet Gum. HEX triplet: 45, 06 and 54. RGB value is (69,6,84). Sum of RGB (Red+Green+Blue) = 69+6+84=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #450654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450654 is #BAF9AB. Grayscale: #212121. Windows color (decimal): -12253612 or 5506629. OLE color: 5506629.

HSL color Cylindrical-coordinate representation of color #450654: hue angle of 288.46º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450654 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB69684-
CMYK0.180.9300.67
HSL288.46º86.67%17.65%-
HSV(B)288.46º92.86%32.94%-
XYZ4.122.048.56-
YUV33.73156.37153.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 84 (33.20% from 255) = 52.83%
R=43.40%
G=3.77%
B=52.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal696840.180.9300.67288.4686.6717.65
Hex45654125D0431205712
Octal105612422135010344012722
Binary1000101110101010010010101110101000011100100000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450654; }

 p { color: rgb(69,6,84); }

 H1.HeaderClassName
 {
   color: #450654;
 }
 .AnyTagClassName
 {
   color: #450654;
 }
</style>
background-color css

<style>
 a { background-color: #450654; }

 a { background-color: rgb(69,6,84); }

 div.DivClassName
 {
   background-color: #450654;
 }
 .BgClassName
 {
   background-color: #450654;
 }
</style>
border-color css

<style>
 span { border-color: #450654; }

 span { border-color: rgb(69,6,84); }

 td.TdClassName
 {
   border-color: #450654;
 }
 .TagClassName
 {
   border-color: #450654;
 }
</style>