#654474

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

Shades of Honey Flower #654474

Tints of Honey Flower #654474

Color information

#654474 (or 0x654474) is unknown color: approx Honey Flower. HEX triplet: 65, 44 and 74. RGB value is (101,68,116). Sum of RGB (Red+Green+Blue) = 101+68+116=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #654474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654474 is #9ABB8B. Grayscale: #535353. Windows color (decimal): -10140556 or 7619685. OLE color: 7619685.

HSL color Cylindrical-coordinate representation of color #654474: hue angle of 281.25º 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 #654474 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10168116-
CMYK0.130.4100.55
HSL281.25º26.09%36.08%-
HSV(B)281.25º41.38%45.49%-
XYZ10.598.1617.54-
YUV83.34146.43140.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=35.44%
G=23.86%
B=40.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101681160.130.4100.55281.2526.0936.08
Hex654474D290371191a24
Octal14510416415510674313244
Binary1100101100010011101001101101001011011110001100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654474; }

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

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

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

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

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

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

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

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