#644B75

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

Shades of Honey Flower #644B75

Tints of Honey Flower #644B75

Color information

#644B75 (or 0x644B75) is unknown color: approx Honey Flower. HEX triplet: 64, 4B and 75. RGB value is (100,75,117). Sum of RGB (Red+Green+Blue) = 100+75+117=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #644B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644B75 is #9BB48A. Grayscale: #575757. Windows color (decimal): -10204299 or 7687012. OLE color: 7687012.

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

Color convert

RGB10075117-
CMYK0.150.3600.54
HSL275.71º21.87%37.65%-
HSV(B)275.71º35.9%45.88%-
XYZ10.989.0317.99-
YUV87.26144.78137.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.25%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 117 (46.09% from 255) = 40.07%
R=34.25%
G=25.68%
B=40.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100751170.150.3600.54275.7121.8737.65
Hex644B75F240361141626
Octal14411316517440664242646
Binary1100100100101111101011111100100011011010001010010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644B75; }

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

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

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

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

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

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

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

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