#664671

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

Shades of Honey Flower #664671

Tints of Honey Flower #664671

Color information

#664671 (or 0x664671) is unknown color: approx Honey Flower. HEX triplet: 66, 46 and 71. RGB value is (102,70,113). Sum of RGB (Red+Green+Blue) = 102+70+113=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #664671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664671 is #99B98E. Grayscale: #545454. Windows color (decimal): -10074511 or 7423590. OLE color: 7423590.

HSL color Cylindrical-coordinate representation of color #664671: hue angle of 284.65º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #664671 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10270113-
CMYK0.100.3800.56
HSL284.65º23.5%35.88%-
HSV(B)284.65º38.05%44.31%-
XYZ10.658.416.68-
YUV84.47144.1140.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=35.79%
G=24.56%
B=39.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102701130.100.3800.56284.6523.535.88
Hex664671A2603811d1724
Octal14610616112460704352744
Binary1100110100011011100011010100110011100010001110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664671; }

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

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

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

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

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

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

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

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