#644271

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

Shades of Honey Flower #644271

Tints of Honey Flower #644271

Color information

#644271 (or 0x644271) is unknown color: approx Honey Flower. HEX triplet: 64, 42 and 71. RGB value is (100,66,113). Sum of RGB (Red+Green+Blue) = 100+66+113=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #644271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644271 is #9BBD8E. Grayscale: #515151. Windows color (decimal): -10206607 or 7422564. OLE color: 7422564.

HSL color Cylindrical-coordinate representation of color #644271: hue angle of 283.4º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #644271 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10066113-
CMYK0.120.4200.56
HSL283.4º26.26%35.1%-
HSV(B)283.4º41.59%44.31%-
XYZ10.187.816.59-
YUV81.52145.76141.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=35.84%
G=23.66%
B=40.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100661130.120.4200.56283.426.2635.1
Hex644271C2A03811b1a23
Octal14410216114520704333243
Binary1100100100001011100011100101010011100010001101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644271; }

 p { color: rgb(100,66,113); }

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

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

 a { background-color: rgb(100,66,113); }

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

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

 span { border-color: rgb(100,66,113); }

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