Html Css Color HEX #684164 Seance

📋 copy color: '#684164'

red 104 ◦ green 65 ◦ blue 100

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

Shades of Seance #684164

Tints of Seance #684164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

 BLUE value IS 100 (39.45% from 255) = 37.17%

R = 38.66%
G = 24.16%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#684164 (or 0x684164) is known color: Seance. HEX triplet: 68, 41 and 64. RGB value is (104,65,100). Sum of RGB (Red+Green+Blue) = 104+65+100=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #684164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684164 is #97BE9B. Grayscale: #505050. Windows color (decimal): -9944732 or 6570344. OLE color: 6570344.

HSL color Cylindrical-coordinate representation of color #684164: hue angle of 306.15º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684164 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 65 100 -
CMYK 0 0.38 0.04 0.59
HSL 306.15º 0.23% 0.33% -
HSV(B) 306.15º 0.38% 0.41% -
XYZ 9.9 7.64 13.01 -
YUV 80.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 104 65 100 0 0.38 0.04 0.59 306.15 0.23 0.33
Hex 68 41 64 0 26 4 3B 132 17 21
Octal 150 101 144 0 46 4 73 462 27 41
Binary 1101000 1000001 1100100 0 100110 100 111011 100110010 10111 100001

Color Harmonies of #684164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684164

Black with #684164

Text Example


Text Example

White with #684164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684164; }

 p { color: rgb(104,65,100); }

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

background-color css

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

 a { background-color: rgb(104,65,100); }

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

border-color css

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

 span { border-color: rgb(104,65,100); }

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