Html Css Color HEX #684864 Salt Box

📋 copy color: '#684864'

red 104 ◦ green 72 ◦ blue 100

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

Shades of Salt Box #684864

Tints of Salt Box #684864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

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

R = 37.68%
G = 26.09%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#684864 (or 0x684864) is known color: Salt Box. HEX triplet: 68, 48 and 64. RGB value is (104,72,100). Sum of RGB (Red+Green+Blue) = 104+72+100=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #684864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684864 is #97B79B. Grayscale: #545454. Windows color (decimal): -9942940 or 6572136. OLE color: 6572136.

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

Color convert

RGB 104 72 100 -
CMYK 0 0.31 0.04 0.59
HSL 307.5º 0.18% 0.35% -
HSV(B) 307.5º 0.31% 0.41% -
XYZ 10.33 8.5 13.15 -
YUV 84.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 104 72 100 0 0.31 0.04 0.59 307.5 0.18 0.35
Hex 68 48 64 0 1F 4 3B 134 12 23
Octal 150 110 144 0 37 4 73 464 22 43
Binary 1101000 1001000 1100100 0 11111 100 111011 100110100 10010 100011

Color Harmonies of #684864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684864

Black with #684864

Text Example


Text Example

White with #684864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684864; }

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

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

background-color css

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

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

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

border-color css

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

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

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