Html Css Color HEX #684375 Honey Flower

📋 copy color: '#684375'

red 104 ◦ green 67 ◦ blue 117

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

Shades of Honey Flower #684375

Tints of Honey Flower #684375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.26%

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

R = 36.11%
G = 23.26%
B = 40.63%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#684375 (or 0x684375) is known color: Honey Flower. HEX triplet: 68, 43 and 75. RGB value is (104,67,117). Sum of RGB (Red+Green+Blue) = 104+67+117=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #684375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684375 is #97BC8A. Grayscale: #535353. Windows color (decimal): -9944203 or 7684968. OLE color: 7684968.

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

Color convert

RGB 104 67 117 -
CMYK 0.11 0.43 0 0.54
HSL 284.4º 0.27% 0.36% -
HSV(B) 284.4º 0.43% 0.46% -
XYZ 10.93 8.24 17.84 -
YUV 83.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 104 67 117 0.11 0.43 0 0.54 284.4 0.27 0.36
Hex 68 43 75 B 2B 0 36 11C 1B 24
Octal 150 103 165 13 53 0 66 434 33 44
Binary 1101000 1000011 1110101 1011 101011 0 110110 100011100 11011 100100

Color Harmonies of #684375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684375

Black with #684375

Text Example


Text Example

White with #684375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684375; }

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

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

background-color css

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

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

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

border-color css

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

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

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