#644575

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

Shades of Honey Flower #644575

Tints of Honey Flower #644575

Color information

#644575 (or 0x644575) is unknown color: approx Honey Flower. HEX triplet: 64, 45 and 75. RGB value is (100,69,117). Sum of RGB (Red+Green+Blue) = 100+69+117=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #644575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644575 is #9BBA8A. Grayscale: #535353. Windows color (decimal): -10205835 or 7685476. OLE color: 7685476.

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

Color convert

RGB10069117-
CMYK0.150.4100.54
HSL278.75º25.81%36.47%-
HSV(B)278.75º41.03%45.88%-
XYZ10.598.2517.86-
YUV83.74146.77139.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.97%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=34.97%
G=24.13%
B=40.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100691170.150.4100.54278.7525.8136.47
Hex644575F290361171a24
Octal14410516517510664273244
Binary1100100100010111101011111101001011011010001011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644575; }

 p { color: rgb(100,69,117); }

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

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

 a { background-color: rgb(100,69,117); }

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

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

 span { border-color: rgb(100,69,117); }

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