#684678

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

Shades of Honey Flower #684678

Tints of Honey Flower #684678

Color information

#684678 (or 0x684678) is unknown color: approx Honey Flower. HEX triplet: 68, 46 and 78. RGB value is (104,70,120). Sum of RGB (Red+Green+Blue) = 104+70+120=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #684678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684678 is #97B987. Grayscale: #555555. Windows color (decimal): -9943432 or 7882344. OLE color: 7882344.

HSL color Cylindrical-coordinate representation of color #684678: hue angle of 280.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #684678 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10470120-
CMYK0.130.4200.53
HSL280.8º26.32%37.25%-
HSV(B)280.8º41.67%47.06%-
XYZ11.298.6818.85-
YUV85.87147.26140.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=35.37%
G=23.81%
B=40.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104701200.130.4200.53280.826.3237.25
Hex684678D2A0351191a25
Octal15010617015520654313245
Binary1101000100011011110001101101010011010110001100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684678; }

 p { color: rgb(104,70,120); }

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

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

 a { background-color: rgb(104,70,120); }

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

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

 span { border-color: rgb(104,70,120); }

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