#664471

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

Shades of Honey Flower #664471

Tints of Honey Flower #664471

Color information

#664471 (or 0x664471) is unknown color: approx Honey Flower. HEX triplet: 66, 44 and 71. RGB value is (102,68,113). Sum of RGB (Red+Green+Blue) = 102+68+113=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #664471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664471 is #99BB8E. Grayscale: #535353. Windows color (decimal): -10075023 or 7423078. OLE color: 7423078.

HSL color Cylindrical-coordinate representation of color #664471: hue angle of 285.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #664471 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10268113-
CMYK0.100.4000.56
HSL285.33º24.86%35.49%-
HSV(B)285.33º39.82%44.31%-
XYZ10.538.1516.64-
YUV83.3144.76141.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=36.04%
G=24.03%
B=39.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102681130.100.4000.56285.3324.8635.49
Hex664471A2803811d1923
Octal14610416112500704353143
Binary1100110100010011100011010101000011100010001110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664471; }

 p { color: rgb(102,68,113); }

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

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

 a { background-color: rgb(102,68,113); }

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

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

 span { border-color: rgb(102,68,113); }

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