#664174

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

Shades of Honey Flower #664174

Tints of Honey Flower #664174

Color information

#664174 (or 0x664174) is unknown color: approx Honey Flower. HEX triplet: 66, 41 and 74. RGB value is (102,65,116). Sum of RGB (Red+Green+Blue) = 102+65+116=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #664174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664174 is #99BE8B. Grayscale: #515151. Windows color (decimal): -10075788 or 7618918. OLE color: 7618918.

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

Color convert

RGB10265116-
CMYK0.120.4400.55
HSL283.53º28.18%35.49%-
HSV(B)283.53º43.97%45.49%-
XYZ10.527.8717.49-
YUV81.88147.26142.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=36.04%
G=22.97%
B=40.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102651160.120.4400.55283.5328.1835.49
Hex664174C2C03711c1c23
Octal14610116414540674343443
Binary1100110100000111101001100101100011011110001110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664174; }

 p { color: rgb(102,65,116); }

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

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

 a { background-color: rgb(102,65,116); }

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

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

 span { border-color: rgb(102,65,116); }

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