#64387D

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

Shades of Honey Flower #64387D

Tints of Honey Flower #64387D

Color information

#64387D (or 0x64387D) is unknown color: approx Honey Flower. HEX triplet: 64, 38 and 7D. RGB value is (100,56,125). Sum of RGB (Red+Green+Blue) = 100+56+125=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #64387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64387D is #9BC782. Grayscale: #4C4C4C. Windows color (decimal): -10209155 or 8206436. OLE color: 8206436.

HSL color Cylindrical-coordinate representation of color #64387D: hue angle of 278.26º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64387D is Cyan = 0.2, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10056125-
CMYK0.20.5500.51
HSL278.26º38.12%35.49%-
HSV(B)278.26º55.2%49.02%-
XYZ10.377.0220.21-
YUV77.02155.08144.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.59%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=35.59%
G=19.93%
B=44.48%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100561250.20.5500.51278.2638.1235.49
Hex64387D14370331162623
Octal1447017524670634264643
Binary11001001110001111101101001101110110011100010110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64387D; }

 p { color: rgb(100,56,125); }

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

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

 a { background-color: rgb(100,56,125); }

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

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

 span { border-color: rgb(100,56,125); }

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