#684974

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

Shades of Honey Flower #684974

Tints of Honey Flower #684974

Color information

#684974 (or 0x684974) is unknown color: approx Honey Flower. HEX triplet: 68, 49 and 74. RGB value is (104,73,116). Sum of RGB (Red+Green+Blue) = 104+73+116=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #684974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684974 is #97B68B. Grayscale: #575757. Windows color (decimal): -9942668 or 7620968. OLE color: 7620968.

HSL color Cylindrical-coordinate representation of color #684974: hue angle of 283.26º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #684974 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10473116-
CMYK0.100.3700.55
HSL283.26º22.75%37.06%-
HSV(B)283.26º37.07%45.49%-
XYZ11.248.9717.66-
YUV87.17144.27140-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 73 (28.91% from 255) = 24.91%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=35.49%
G=24.91%
B=39.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104731160.100.3700.55283.2622.7537.06
Hex684974A2503711b1725
Octal15011116412450674332745
Binary1101000100100111101001010100101011011110001101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684974; }

 p { color: rgb(104,73,116); }

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

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

 a { background-color: rgb(104,73,116); }

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

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

 span { border-color: rgb(104,73,116); }

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