#654473

Color #654473 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #654473

Tints of Honey Flower #654473

Color information

#654473 (or 0x654473) is unknown color: approx Honey Flower. HEX triplet: 65, 44 and 73. RGB value is (101,68,115). Sum of RGB (Red+Green+Blue) = 101+68+115=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #654473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654473 is #9ABB8C. Grayscale: #535353. Windows color (decimal): -10140557 or 7554149. OLE color: 7554149.

HSL color Cylindrical-coordinate representation of color #654473: hue angle of 282.13º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #654473 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10168115-
CMYK0.120.4100.55
HSL282.13º25.68%35.88%-
HSV(B)282.13º40.87%45.1%-
XYZ10.538.1417.24-
YUV83.22145.93140.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.56%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 115 (45.31% from 255) = 40.49%
R=35.56%
G=23.94%
B=40.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101681150.120.4100.55282.1325.6835.88
Hex654473C2903711a1a24
Octal14510416314510674323244
Binary1100101100010011100111100101001011011110001101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654473; }

 p { color: rgb(101,68,115); }

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

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

 a { background-color: rgb(101,68,115); }

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

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

 span { border-color: rgb(101,68,115); }

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