#643F6D

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

Shades of Honey Flower #643F6D

Tints of Honey Flower #643F6D

Color information

#643F6D (or 0x643F6D) is unknown color: approx Honey Flower. HEX triplet: 64, 3F and 6D. RGB value is (100,63,109). Sum of RGB (Red+Green+Blue) = 100+63+109=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 109 - color contains mainly: blue. Hex color #643F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643F6D is #9BC092. Grayscale: #4F4F4F. Windows color (decimal): -10207379 or 7159652. OLE color: 7159652.

HSL color Cylindrical-coordinate representation of color #643F6D: hue angle of 288.26º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #643F6D is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10063109-
CMYK0.080.4200.57
HSL288.26º26.74%33.73%-
HSV(B)288.26º42.2%42.75%-
XYZ9.797.3715.37-
YUV79.31144.76142.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=36.76%
G=23.16%
B=40.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100631090.080.4200.57288.2626.7433.73
Hex643F6D82A0391201b22
Octal1447715510520714403342
Binary110010011111111011011000101010011100110010000011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643F6D; }

 p { color: rgb(100,63,109); }

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

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

 a { background-color: rgb(100,63,109); }

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

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

 span { border-color: rgb(100,63,109); }

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