Html Css Color HEX #684674 Honey Flower

📋 copy color: '#684674'

red 104 ◦ green 70 ◦ blue 116

#684674
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #684674

Tints of Honey Flower #684674

RGB

 RED value IS 104 (41.02% from 255) = 35.86%

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 116 (45.7% from 255) = 40%

R = 35.86%
G = 24.14%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#684674 (or 0x684674) is known color: Honey Flower. HEX triplet: 68, 46 and 74. RGB value is (104,70,116). Sum of RGB (Red+Green+Blue) = 104+70+116=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 116 - color contains mainly: blue. Hex color #684674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684674 is #97B98B. Grayscale: #555555. Windows color (decimal): -9943436 or 7620200. OLE color: 7620200.

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

Color convert

RGB 104 70 116 -
CMYK 0.10 0.40 0 0.55
HSL 284.35º 0.25% 0.36% -
HSV(B) 284.35º 0.4% 0.45% -
XYZ 11.05 8.58 17.6 -
YUV 85.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 104 70 116 0.10 0.40 0 0.55 284.35 0.25 0.36
Hex 68 46 74 A 28 0 37 11C 19 24
Octal 150 106 164 12 50 0 67 434 31 44
Binary 1101000 1000110 1110100 1010 101000 0 110111 100011100 11001 100100

Color Harmonies of #684674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684674

Black with #684674

Text Example


Text Example

White with #684674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684674; }

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

 H1.HeaderClassName
 {
   color: #684674;
 }
 .AnyTagClassName
 {
   color: #684674;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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