#684078

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

Shades of Honey Flower #684078

Tints of Honey Flower #684078

Color information

#684078 (or 0x684078) is unknown color: approx Honey Flower. HEX triplet: 68, 40 and 78. RGB value is (104,64,120). Sum of RGB (Red+Green+Blue) = 104+64+120=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #684078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684078 is #97BF87. Grayscale: #525252. Windows color (decimal): -9944968 or 7880808. OLE color: 7880808.

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

Color convert

RGB10464120-
CMYK0.130.4700.53
HSL282.86º30.43%36.08%-
HSV(B)282.86º46.67%47.06%-
XYZ10.937.9718.73-
YUV82.34149.25143.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=36.11%
G=22.22%
B=41.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104641200.130.4700.53282.8630.4336.08
Hex684078D2F03511b1e24
Octal15010017015570654333644
Binary1101000100000011110001101101111011010110001101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684078; }

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

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

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

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

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

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

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

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