#643D70

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

Shades of Honey Flower #643D70

Tints of Honey Flower #643D70

Color information

#643D70 (or 0x643D70) is unknown color: approx Honey Flower. HEX triplet: 64, 3D and 70. RGB value is (100,61,112). Sum of RGB (Red+Green+Blue) = 100+61+112=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #643D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643D70 is #9BC28F. Grayscale: #4E4E4E. Windows color (decimal): -10207888 or 7355748. OLE color: 7355748.

HSL color Cylindrical-coordinate representation of color #643D70: hue angle of 285.88º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #643D70 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10061112-
CMYK0.110.4600.56
HSL285.88º29.48%33.92%-
HSV(B)285.88º45.54%43.92%-
XYZ9.857.2216.2-
YUV78.47146.92143.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.63%
GREEN value IS 61 (24.22% from 255) = 22.34%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=36.63%
G=22.34%
B=41.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100611120.110.4600.56285.8829.4833.92
Hex643D70B2E03811e1d22
Octal1447516013560704363542
Binary110010011110111100001011101110011100010001111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,61,112); }

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

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

 a { background-color: rgb(100,61,112); }

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

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

 span { border-color: rgb(100,61,112); }

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