#684077

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

Shades of Honey Flower #684077

Tints of Honey Flower #684077

Color information

#684077 (or 0x684077) is unknown color: approx Honey Flower. HEX triplet: 68, 40 and 77. RGB value is (104,64,119). Sum of RGB (Red+Green+Blue) = 104+64+119=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #684077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684077 is #97BF88. Grayscale: #525252. Windows color (decimal): -9944969 or 7815272. OLE color: 7815272.

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

Color convert

RGB10464119-
CMYK0.130.4600.53
HSL283.64º30.05%35.88%-
HSV(B)283.64º46.22%46.67%-
XYZ10.877.9418.41-
YUV82.23148.75143.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=36.24%
G=22.30%
B=41.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104641190.130.4600.53283.6430.0535.88
Hex684077D2E03511c1e24
Octal15010016715560654343644
Binary1101000100000011101111101101110011010110001110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684077; }

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

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

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

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

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

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

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

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