#644073

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

Shades of Honey Flower #644073

Tints of Honey Flower #644073

Color information

#644073 (or 0x644073) is unknown color: approx Honey Flower. HEX triplet: 64, 40 and 73. RGB value is (100,64,115). Sum of RGB (Red+Green+Blue) = 100+64+115=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #644073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644073 is #9BBF8C. Grayscale: #505050. Windows color (decimal): -10207117 or 7553124. OLE color: 7553124.

HSL color Cylindrical-coordinate representation of color #644073: hue angle of 282.35º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #644073 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10064115-
CMYK0.130.4400.55
HSL282.35º28.49%35.1%-
HSV(B)282.35º44.35%45.1%-
XYZ10.187.6117.15-
YUV80.58147.43141.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=35.84%
G=22.94%
B=41.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100641150.130.4400.55282.3528.4935.1
Hex644073D2C03711a1c23
Octal14410016315540674323443
Binary1100100100000011100111101101100011011110001101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644073; }

 p { color: rgb(100,64,115); }

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

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

 a { background-color: rgb(100,64,115); }

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

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

 span { border-color: rgb(100,64,115); }

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