#684476

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

Shades of Honey Flower #684476

Tints of Honey Flower #684476

Color information

#684476 (or 0x684476) is unknown color: approx Honey Flower. HEX triplet: 68, 44 and 76. RGB value is (104,68,118). Sum of RGB (Red+Green+Blue) = 104+68+118=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #684476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684476 is #97BB89. Grayscale: #545454. Windows color (decimal): -9943946 or 7750760. OLE color: 7750760.

HSL color Cylindrical-coordinate representation of color #684476: hue angle of 283.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #684476 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10468118-
CMYK0.120.4200.54
HSL283.2º26.88%36.47%-
HSV(B)283.2º42.37%46.27%-
XYZ11.058.3918.18-
YUV84.46146.93141.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.86%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=35.86%
G=23.45%
B=40.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104681180.120.4200.54283.226.8836.47
Hex684476C2A03611b1b24
Octal15010416614520664333344
Binary1101000100010011101101100101010011011010001101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684476; }

 p { color: rgb(104,68,118); }

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

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

 a { background-color: rgb(104,68,118); }

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

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

 span { border-color: rgb(104,68,118); }

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