#654472

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

Shades of Honey Flower #654472

Tints of Honey Flower #654472

Color information

#654472 (or 0x654472) is unknown color: approx Honey Flower. HEX triplet: 65, 44 and 72. RGB value is (101,68,114). Sum of RGB (Red+Green+Blue) = 101+68+114=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #654472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654472 is #9ABB8D. Grayscale: #525252. Windows color (decimal): -10140558 or 7488613. OLE color: 7488613.

HSL color Cylindrical-coordinate representation of color #654472: hue angle of 283.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #654472 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10168114-
CMYK0.110.4000.55
HSL283.04º25.27%35.69%-
HSV(B)283.04º40.35%44.71%-
XYZ10.478.1216.93-
YUV83.11145.43140.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=35.69%
G=24.03%
B=40.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101681140.110.4000.55283.0425.2735.69
Hex654472B2803711b1924
Octal14510416213500674333144
Binary1100101100010011100101011101000011011110001101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654472; }

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

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

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

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

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

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

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

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