Html Css Color HEX #684975 Honey Flower

📋 copy color: '#684975'

red 104 ◦ green 73 ◦ blue 117

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

Shades of Honey Flower #684975

Tints of Honey Flower #684975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.83%

 BLUE value IS 117 (46.09% from 255) = 39.8%

R = 35.37%
G = 24.83%
B = 39.8%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#684975 (or 0x684975) is known color: Honey Flower. HEX triplet: 68, 49 and 75. RGB value is (104,73,117). Sum of RGB (Red+Green+Blue) = 104+73+117=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #684975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684975 is #97B68A. Grayscale: #575757. Windows color (decimal): -9942667 or 7686504. OLE color: 7686504.

HSL color Cylindrical-coordinate representation of color #684975: hue angle of 282.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684975 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 73 117 -
CMYK 0.11 0.38 0 0.54
HSL 282.27º 0.23% 0.37% -
HSV(B) 282.27º 0.38% 0.46% -
XYZ 11.3 8.99 17.97 -
YUV 87.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 104 73 117 0.11 0.38 0 0.54 282.27 0.23 0.37
Hex 68 49 75 B 26 0 36 11A 17 25
Octal 150 111 165 13 46 0 66 432 27 45
Binary 1101000 1001001 1110101 1011 100110 0 110110 100011010 10111 100101

Color Harmonies of #684975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684975

Black with #684975

Text Example


Text Example

White with #684975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684975; }

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

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

background-color css

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

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

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

border-color css

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

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

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