Html Css Color HEX #684663 Salt Box

📋 copy color: '#684663'

red 104 ◦ green 70 ◦ blue 99

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

Shades of Salt Box #684663

Tints of Salt Box #684663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.26%

R = 38.1%
G = 25.64%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#684663 (or 0x684663) is known color: Salt Box. HEX triplet: 68, 46 and 63. RGB value is (104,70,99). Sum of RGB (Red+Green+Blue) = 104+70+99=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #684663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684663 is #97B99C. Grayscale: #535353. Windows color (decimal): -9943453 or 6506088. OLE color: 6506088.

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

Color convert

RGB 104 70 99 -
CMYK 0 0.33 0.05 0.59
HSL 308.82º 0.2% 0.34% -
HSV(B) 308.82º 0.33% 0.41% -
XYZ 10.15 8.22 12.86 -
YUV 83.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 104 70 99 0 0.33 0.05 0.59 308.82 0.2 0.34
Hex 68 46 63 0 21 5 3B 135 14 22
Octal 150 106 143 0 41 5 73 465 24 42
Binary 1101000 1000110 1100011 0 100001 101 111011 100110101 10100 100010

Color Harmonies of #684663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684663

Black with #684663

Text Example


Text Example

White with #684663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684663; }

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

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

background-color css

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

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

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

border-color css

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

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

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